Module factorization

Source
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 a CscMatrix.
CscSymbolicCholesky
A symbolic sparse Cholesky factorization of a CSC matrix.

Enums§

CholeskyError
Possible errors produced by the Cholesky factorization.
OSZAR »