concepts::SolverFabric< F > Class Template Referenceabstract
Abstract fabric class for linear solvers. More...
#include <jdbsym.hh>
Inheritance diagram for concepts::SolverFabric< F >:
Public Member Functions | |
virtual Operator< F > * | operator() ()=0 |
Creates a linear solver from matrix . More... | |
virtual Operator< F > * | operator() (Operator< F > &matrix)=0 |
Detailed Description
template<typename F>
class concepts::SolverFabric< F >
Abstract fabric class for linear solvers.
The fabric delivers a created object to a new owner which is then responsible for the deletion of the object.
Member Function Documentation
◆ operator()() [1/2]
template<typename F >
|
pure virtual |
Creates a linear solver from matrix
.
The caller is responsible for the deletion of the delivered object.
- Returns
- Reference to the linear solver
Implemented in concepts::UmfpackFabric, concepts::SuperLUFabric< F >, concepts::MumpsOverlapFabric< F >, concepts::MumpsFabric< F >, concepts::CGFabric< F >, and concepts::BiCGStabFabric< F, G >.
◆ operator()() [2/2]
template<typename F >
|
pure virtual |
The documentation for this class was generated from the following files:
- eigensolver/jdbsym.hh
- operator/solverFabric.hh