Dense row-major matrix templated over scalar type T.
Declared mathematical properties for stored matrices.
CholeskyResult cholesky(const linalg::SPDMatrix< Matrix > &A)
void cholesky_solve(const CholeskyResult &f, const Vector &b, Vector &x)
Lower-triangular factorization .
Dense vector storage and operations.