API: Sparse¶
Containers¶
Sparse containers are data structures that store indices and values associated with linear algebra objects, they allow storage savings all values associated with indices not explicitly stored are assumed to be zeros.
Sorting¶
Sort sparse data structures
Linear Algebra Operations¶
sparse matrix-vector multiplication
sparse matrix-matrix addition
sparse matrix-matrix multiplication
sparse triangular matrix solve
Linear Solver / Preconditioners¶
Gauss-Seidel and SOR
incomplete LU factorization
Utility Functions¶
Apply RCB to the coordinates associated with rows/columns of a crs matrix then extract the diagonal blocks corresponding to the RCB partitions