Module SPBLASC in SPBLASCSparse Basic Linear Algebra Subroutines (BLAS) in C. Supports matrix-matrix multiply and triangular system solves for compressed sparse row, compressed sparse column and coordinate storage schemes. The same functionality for the symmetric versions of these formats is also available.
| D1b | Elementary matrix operations |
| D2a3 | Solution of systems of linear equations, including matrix inverses, and LU and related factorizations (real nonsymmetric triangular matrices) |
| D2a4 | Solution of systems of linear equations, including matrix inverses, and LU and related factorizations (real nonsymmetric sparse matrices) |
| D2b4 | Solution of systems of linear equations, including matrix inverses, and LU and related factorizations (real symmetric sparse matrices) |