Jafar
|
preconditioned conjugate gradient solver More...
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 |
Generated on Wed Oct 15 2014 00:37:29 for Jafar by doxygen 1.7.6.1 |