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.
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