|
numerics 0.1.0
|
Dense Cholesky factorization for SPD matrices. More...
Go to the source code of this file.
Classes | |
| struct | num::CholeskyResult |
| Lower-triangular factorization \(A=LL^T\). More... | |
Namespaces | |
| namespace | num |
Functions | |
| CholeskyResult | num::cholesky (const linalg::SPDMatrix< Matrix > &A) |
| CholeskyResult | num::cholesky (const Matrix &A) |
| void | num::cholesky_solve (const CholeskyResult &f, const Vector &b, Vector &x) |
Dense Cholesky factorization for SPD matrices.
Definition in file cholesky.hpp.