Expand description
Sparse matrix structures (CSR format)
This module provides Compressed Sparse Row (CSR) format for efficient storage and matrix-vector operations with sparse matrices.
Structsยง
- Blocked
Csr - Blocked CSR format for hierarchical matrices
- CsrBuilder
- Builder for constructing CSR matrices row by row
- CsrMatrix
- Compressed Sparse Row (CSR) matrix format