AMDiS  2.10
The Adaptive Multi-Dimensional Simulation Toolbox
bicg_solver_type Class Reference

ITL_Solver <bicg_solver_type> implementation of bi-conjugate gradient method. More...

#include <Solvers.hpp>

Inherits ITL_Solver.

Public Member Functions

 bicg_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 <bicg_solver_type> implementation of bi-conjugate gradient method.

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


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