Skip to main content

Crate tang_sparse

Crate tang_sparse 

Source
Expand description

CSR/CSC sparse matrices and sparse solvers.

Structsยง

CooMatrix
Coordinate (triplet) format for assembling sparse matrices.
CscMatrix
Compressed Sparse Column matrix.
CsrMatrix
Compressed Sparse Row matrix.