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

ITL_Solver <bicgstab2_type> implementation of BiCGStab(l) method with l=2. More...

#include <ITL_Solver.hpp>

Inherits ITL_Solver.

Public Member Functions

 bicgstab2_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 <bicgstab2_type> implementation of BiCGStab(l) method with l=2.

Solves a linear system \( Ax=b \) by a stabilized BiCG(2) method and can be used for system matrices.


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