ITL_Solver <bicgstab_type> implementation of stabilized bi-conjugate gradient method. More...
#include <Solvers.hpp>
Inherits ITL_Solver.
Public Member Functions | |
bicgstab_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 <bicgstab_type> implementation of stabilized bi-conjugate gradient method.
Solves a linear system \( Ax=b \) by a stabilized BiCG method and can be used for system matrices.