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

ITL_Solver <cgs_solver_type> implementation of squared conjugate gradient method. More...

#include <Solvers.hpp>

Inherits ITL_Solver.

Public Member Functions

 cgs_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 <cgs_solver_type> implementation of squared conjugate gradient method.

Solves a linear system \( Ax=b \) by the squared conjugate gradient method (CGS). Right preconditioner is ignored.


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