SparseSolverBase.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 SparseSolverBase.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  strumpack::SparseSolverBase< scalar_t, integer_t >
 SparseSolverBase is the virtual base for both the sequential/multithreaded and distributed sparse solver classes. More...
 

Namespaces

 strumpack
 

Typedefs

template<typename scalar_t , typename integer_t >
using strumpack::StrumpackSparseSolverBase = SparseSolverBase< scalar_t, integer_t >
 

Detailed Description

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