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

ITL_Solver <bicgstab_ell_type> implementation of stabilized BiCG(ell) method. More...

#include <ITL_Solver.hpp>

Inherits ITL_Solver.

Public Member Functions

 bicgstab_ell_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 <bicgstab_ell_type> implementation of stabilized BiCG(ell) method.

Solves a linear system by a stabilized BiCG(ell) method and can be used for system matrices. The parameter ell [3] can be specified.


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