Contents

SparseFactorizationCholesky

A constant that represents Cholesky (LLᵀ) factorization.

Declaration

var SparseFactorizationCholesky: SparseFactorization_t { get }

Discussion

SparseFactorizationCholesky provides a sparse counterpart to the dense Cholesky routines spotrf() and dpotrf() from LAPACK.

See Also

Factorization types for symmetric coefficient matrices