CHROMA
Namespaces | Functions
inv_rel_cg2.h File Reference

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

#include "linearop.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

template<>
void Chroma::InvRelCG2 (const LinearOperator< T > &M, const T &chi, T &psi, const Real &RsdCG, int MaxCG, int &n_count)
 Relaxed Conjugate-Gradient (CGNE) algorithm for a generic Linear Operator. More...
 

Detailed Description

Conjugate-Gradient algorithm for a generic Linear Operator.

Definition in file inv_rel_cg2.h.