|
numerics 0.1.0
|
Go to the source code of this file.
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) |