ITL_Solver <gcr_type> implementation of generalized conjugate residual method. More...
#include <Solvers.hpp>
Inherits ITL_Solver.
Public Member Functions | |
gcr_type (std::string const &prefix) | |
template<class LinOp , class X , class B , class P , class I > | |
int | operator() (LinOp const &A, X &x, B const &b, P const &precon, I &iter) |
ITL_Solver <gcr_type> implementation of generalized conjugate residual method.
Solves a linear system by the GCR method - generalized conjugate residual method. The parameter restart [30] is the maximal number of orthogonalized vectors.