Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Functions
pcg.hpp File Reference

preconditioned conjugate gradient solver More...


Detailed Description

preconditioned conjugate gradient solver

-*- c++ -*-

Definition in file pcg.hpp.

Go to the source code of this file.

Functions

template<class MAT , class VEC , class Precond >
size_t pcg_solve (const MAT &A, VEC &x, const VEC &b, const Precond &B=IdentityPreconditioner< MAT >(), const size_t maxiter=10, const double rTOL=1e-6, const double aTOL=1e-14)
 preconditioned conjugate gradient solver
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:29 for Jafar by doxygen 1.7.6.1
LAAS-CNRS