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"
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 > |
Contains the definition of the base (abstract/pure virtual) sparse solver class.