Skip to main content

Module sparse

Module sparse 

Source
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ยง

BlockedCsr
Blocked CSR format for hierarchical matrices
CsrBuilder
Builder for constructing CSR matrices row by row
CsrMatrix
Compressed Sparse Row (CSR) matrix format