Module sparse

Source
Expand description

Sparse matrices with compile-time checks.

Structsยง

SparseColMatMut
Mutable sparse matrix view with dimensions equal to the values tied to ('nrows, 'ncols), in column-major order.
SparseColMatRef
Immutable sparse matrix view with dimensions equal to the values tied to ('nrows, 'ncols), in column-major order.
SymbolicSparseColMatRef
Symbolic structure view with dimensions equal to the values tied to ('nrows, 'ncols), in column-major order.