CompressedSparseMatrix.hpp File Reference

Contains the CompressedSparseMatrix class, a base class for compressed sparse storage. More...

#include <vector>
#include <string>
#include <tuple>
#include "misc/Tools.hpp"
#include "misc/Triplet.hpp"
#include "dense/DenseMatrix.hpp"
#include "StrumpackOptions.hpp"
Include dependency graph for CompressedSparseMatrix.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  strumpack::MatchingData< scalar_t, integer_t, real_t >
 
class  strumpack::Equilibration< scalar_t, real_t >
 
class  strumpack::CompressedSparseMatrix< scalar_t, integer_t >
 Abstract base class for compressed sparse matrix storage. More...
 

Namespaces

namespace  strumpack
 

Detailed Description

Contains the CompressedSparseMatrix class, a base class for compressed sparse storage.