AMDiS  0.3
The Adaptive Multi-Dimensional Simulation Toolbox
gmres_type Class Reference

ITL_Solver <gmres_type> implementation of generalized minimal residual method. More...

#include <ITL_Solver.hpp>

Inherits ITL_Solver.

Public Member Functions

 gmres_type (std::string const &name)
 
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)
 

Detailed Description

ITL_Solver <gmres_type> implementation of generalized minimal residual method.

Solves a linear system by the GMRES method. The parameter restart [30] is the maximal number of orthogonalized vectors. The method is not preconditioned


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