concepts::SolverFabric< F > Class Template Referenceabstract

Abstract fabric class for linear solvers. More...

#include <jdbsym.hh>

Inheritance diagram for concepts::SolverFabric< F >:
concepts::CGFabric< F > concepts::DiagonalSolverFabric< F > concepts::GMResFabric< F > concepts::PrecondSolverFabric< F, G > concepts::PrecondSolverFabric< F, F > concepts::BiCGStabFabric< F, G >

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.

Author
Philipp Frauenfelder, 2002

Definition at line 16 of file jdbsym.hh.

Member Function Documentation

◆ operator()() [1/2]

template<typename F >
virtual Operator<F>* concepts::SolverFabric< F >::operator() ( )
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]


The documentation for this class was generated from the following files:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich