CHROMA
Namespaces | Functions
invcg1.h File Reference

Conjugate-Gradient algorithm for a generic Linear Operator. More...

#include "linearop.h"
#include "syssolver.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

template<>
SystemSolverResults_t Chroma::InvCG1 (const LinearOperator< T > &A, const T &chi, T &psi, const Real &RsdCG, int MaxCG, int MinCG=0)
 Conjugate-Gradient (CGNE) algorithm for a generic Linear Operator. More...
 

Detailed Description

Conjugate-Gradient algorithm for a generic Linear Operator.

Definition in file invcg1.h.