CHROMA
Namespaces | Functions
invcg2_timing_hacks.cc File Reference

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

#include "chromabase.h"
#include "actions/ferm/invert/invcg2_timing_hacks.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

template<typename T >
SystemSolverResults_t Chroma::InvCG2_timings_a (const LinearOperator< T > &M, const T &chi, T &psi, int MaxCG)
 Conjugate-Gradient (CGNE) algorithm for a generic Linear Operator. More...
 
template<>
SystemSolverResults_t Chroma::InvCG2_timings (const LinearOperator< T > &M, const T &chi, T &psi, int MaxCG)
 Conjugate-Gradient (CGNE) algorithm for a generic Linear Operator. More...
 

Detailed Description

Conjugate-Gradient algorithm for a generic Linear Operator.

Definition in file invcg2_timing_hacks.cc.