#include <bicgstabFabric.hh>
Public Member Functions | |
| BiCGStabFabric (Real maxeps=EPS, int maxit=0, bool relres=false, bool throwing=true) | |
| virtual Operator< F > * | operator() () |
| virtual Operator< F > * | operator() (Operator< F > &matrix) |
| virtual Operator< F > * | operator() (Operator< F > &matrix, Operator< G > &precond) |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Fabric class for conjugate gradients: BiCGStab.
Definition at line 27 of file bicgstabFabric.hh.
|
inline |
Constructor.
| maxeps | Maximal residual |
| maxit | Maximal number of iterations |
| relres | Relative residual |
Definition at line 35 of file bicgstabFabric.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 51 of file bicgstabFabric.hh.
|
inlinevirtual |
Creates a linear solver from matrix. The caller is responsible for the deletion of the delivered object.
Implements concepts::SolverFabric< F >.
Definition at line 39 of file bicgstabFabric.hh.
|
inlinevirtual |
Implements concepts::SolverFabric< F >.
Definition at line 42 of file bicgstabFabric.hh.
|
inlinevirtual |
Creates a linear solver from matrix and precond. The caller is responsible for the deletion of the delivered object.
Implements concepts::PrecondSolverFabric< F, G >.
Definition at line 45 of file bicgstabFabric.hh.