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

ITL_Solver <tfqmr_solver_type> implementation of Transposed-Free Quasi-Minimal Residual method. More...

#include <ITL_Solver.hpp>

Inherits ITL_Solver.

Public Member Functions

 tfqmr_solver_type (std::string const &)
 
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 <tfqmr_solver_type> implementation of Transposed-Free Quasi-Minimal Residual method.

Solves a linear system by the Transposed-Free Quasi-Minimal Residual method (TFQMR).


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