Expand description
Sparse data types.
Structs§
- CscLdl
- A sparse LDLᵀ factorization for symmetric matrices with a structurally full diagonal.
- CscLu
- A sparse LU factorization, PAQ = LU, with L stored as dense supernodal panels.
- CscMatrix
- A sparse matrix in compressed sparse column format.
- Sparse
Solver - A sparse direct solver for repeated solves on a fixed sparsity pattern.
Enums§
- Sparse
Error - Possible errors for sparse data types.