Expand description
Validated sparse matrix infrastructure for Surge solvers.
Structs§
- Complex
KluSolver - Complex sparse direct solver for a fixed square CSC sparsity pattern.
- CscMatrix
- Sparse matrix in validated compressed sparse column (CSC) form.
- KluSolver
- SuiteSparse KLU factorization for a fixed square CSC sparsity pattern.
- Triplet
- Sparse triplet entry (row, col, value).