Contents

SparseFactorizationLDLT

A constant that represents the default LDLᵀ factorization.

Declaration

var SparseFactorizationLDLT: SparseFactorization_t { get }

Discussion

SparseFactorizationLDLT provides a sparse counterpart to the dense LDL__ᵀ routines ssytrf() and dsytrf() from LAPACK.

See Also

Factorization types for symmetric coefficient matrices