Expand description
Sparse matrices with compile-time checks.
Structsยง
- Sparse
ColMat Mut - Mutable sparse matrix view with dimensions equal to the values tied to
('nrows, 'ncols)
, in column-major order. - Sparse
ColMat Ref - Immutable sparse matrix view with dimensions equal to the values tied to
('nrows, 'ncols)
, in column-major order. - Symbolic
Sparse ColMat Ref - Symbolic structure view with dimensions equal to the values tied to
('nrows, 'ncols)
, in column-major order.