cgFabric.hh
Solves a symmetric system of linear equations with conjugate gradients (CG).
Definition: cg.hh:39
CGFabric(Real maxeps=EPS, int maxit=0, bool relres=false, bool throwing=true)
Constructor.
Definition: cgFabric.hh:36
virtual Operator< F > * operator()(Operator< F > &matrix)
Definition: cgFabric.hh:39
bool throwing_
false: best solution is given, when non converging true: exception is thrown, when non converging
Definition: cgFabric.hh:58
virtual std::ostream & info(std::ostream &os) const
Definition: cgFabric.hh:44