StrumpackSparseSolverBase.hpp File Reference

Contains the definition of the base (abstract/pure virtual) sparse solver class. More...

#include <new>
#include <memory>
#include <vector>
#include <string>
#include "StrumpackConfig.hpp"
#include "StrumpackOptions.hpp"
#include "sparse/CSRMatrix.hpp"
#include "dense/DenseMatrix.hpp"
Include dependency graph for StrumpackSparseSolverBase.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  strumpack::MatrixReordering< scalar_t, integer_t >
 
class  strumpack::EliminationTree< scalar_t, integer_t >
 
class  strumpack::StrumpackSparseSolverBase< scalar_t, integer_t >
 StrumpackSparseSolver is the main sequential or multithreaded sparse solver class. More...
 

Namespaces

 strumpack
 

Detailed Description

Contains the definition of the base (abstract/pure virtual) sparse solver class.