Skip to main content

Crate surge_sparse

Crate surge_sparse 

Source
Expand description

Validated sparse matrix infrastructure for Surge solvers.

Structs§

ComplexKluSolver
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).

Enums§

SparseError

Type Aliases§

SparseResult