Function uw12::utils::lower
Defined in File utils.hpp
Function Documentation
-
inline auto uw12::utils::lower(const linalg::Mat &mat, const double factor = 1)
Compress symmetric matrix into vector of lower triangular elements
Store
n * nsymmetric matrix as a vector of lower triangular elements of sizen * (n+1) /2. Inverse ofsquare.- Parameters
mat –
factor –
- Returns