Contains the compressed sparse row matrix storage class. More...


Go to the source code of this file.
Classes | |
| class | strumpack::CSRMatrix< scalar_t, integer_t > |
| Class for storing a compressed sparse row matrix (single node). More... | |
Namespaces | |
| strumpack | |
Functions | |
| template<typename scalar_t , typename integer_t , typename cast_t > | |
| CSRMatrix< cast_t, integer_t > | strumpack::cast_matrix (const CSRMatrix< scalar_t, integer_t > &mat) |
Contains the compressed sparse row matrix storage class.