CHROMA
Namespaces | Functions
minv_rel_cg.cc File Reference

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

#include "linearop.h"
#include "actions/ferm/invert/minv_rel_cg.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

template<typename T >
void Chroma::MInvRelCG_a (const LinearOperator< T > &A, const T &chi, multi1d< T > &psi, const multi1d< Real > &shifts, const multi1d< Real > &RsdCG, int MaxCG, int &n_count)
 Multishift Conjugate-Gradient (CG1) algorithm for a Linear Operator. More...
 
template<>
void Chroma::MInvRelCG (const LinearOperator< LatticeFermion > &M, const LatticeFermion &chi, multi1d< LatticeFermion > &psi, const multi1d< Real > &shifts, const multi1d< Real > &RsdCG, int MaxCG, int &n_count)
 

Detailed Description

Multishift Conjugate-Gradient algorithm for a Linear Operator.

Definition in file minv_rel_cg.cc.