CSRMatrix.hpp File Reference

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

#include <vector>
#include "CompressedSparseMatrix.hpp"
#include "CSRGraph.hpp"
Include dependency graph for CSRMatrix.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Contains the compressed sparse row matrix storage class.