Sparse Matrix Storage Formats for Sparse BLAS
Routines
The current version of Sparse BLAS Level 2 and Level 3 routines support the following point entry [Duff86] storage formats
for sparse matrices:
Intel® oneAPI Math Kernel Library
- compressed sparse rowformat (CSR) and its variations;
- compressed sparse columnformat (CSC);
- coordinateformat;
- diagonalformat;
- skylinestorage format;
and one block entry storage format:
- block sparse rowformat (BSR) and its variations.
Intel® oneAPI Math Kernel Library