ITL_Solver <bicgstab2_type> implementation of BiCGStab(l) method with l=2. More...
#include <Solvers.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) |
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.