Expand description
Matrix factorization for sparse matrices.
Currently, the only factorization provided here is the CscCholesky
factorization.
Structs§
- CscCholesky
- A sparse Cholesky factorization
A = L L^T
of aCscMatrix
. - CscSymbolic
Cholesky - A symbolic sparse Cholesky factorization of a CSC matrix.
Enums§
- Cholesky
Error - Possible errors produced by the Cholesky factorization.