Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::DiagonalSolverFabric< F > Class Template Referenceabstract

#include <diagonalFabric.hh>

Inheritance diagram for concepts::DiagonalSolverFabric< F >:
concepts::SolverFabric< F > concepts::OutputOperator

Public Member Functions

virtual Operator< F > * operator() (Operator< F > &matrix)
 
virtual Operator< F > * operator() ()=0
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
 

Detailed Description

template<typename F>
class concepts::DiagonalSolverFabric< F >

Fabric class for DiagonalSolver.

Author
Christoph Winkelmann, 2002

Definition at line 20 of file diagonalFabric.hh.

Member Function Documentation

◆ info()

template<typename F >
virtual std::ostream & concepts::DiagonalSolverFabric< F >::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

◆ operator()() [1/2]

template<typename F >
virtual Operator< F > * concepts::SolverFabric< F >::operator() ( )
pure virtualinherited

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::BiCGStabFabric< F, G >, concepts::CGFabric< F >, concepts::MumpsFabric< F >, concepts::MumpsOverlapFabric< F >, concepts::SuperLUFabric< F >, and concepts::UmfpackFabric.

◆ operator()() [2/2]

template<typename F >
virtual Operator< F > * concepts::DiagonalSolverFabric< F >::operator() ( Operator< F > &  matrix)
virtual

Creates a diagonal solver with matrix matrix. You must use a DiagonalMatrix here.

Parameters
matrixdiagonal matrix

Implements concepts::SolverFabric< F >.


The documentation for this class was generated from the following file: