CHROMA
Namespaces | Functions | Variables
syssolver_polyprec_cg.cc File Reference

Solve a PolyPrec*psi=chi linear system by CG1. More...

#include "actions/ferm/invert/syssolver_polyprec_factory.h"
#include "actions/ferm/invert/syssolver_polyprec_aggregate.h"
#include "actions/ferm/invert/syssolver_polyprec_cg.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 
 Chroma::PolyPrecSysSolverCGEnv
 CG1 system solver namespace.
 

Functions

PolyPrecSystemSolver< LatticeFermion > * Chroma::PolyPrecSysSolverCGEnv::createFerm (XMLReader &xml_in, const std::string &path, Handle< LinearOperator< LatticeFermion > > A)
 Callback function. More...
 
const std::string Chroma::PolyPrecSysSolverCGEnv::name ("CG_INVERTER")
 Name to be used. More...
 
bool Chroma::PolyPrecSysSolverCGEnv::registerAll ()
 Register all the factories. More...
 

Variables

static bool Chroma::PolyPrecSysSolverCGEnv::registered = false
 Local registration flag. More...
 

Detailed Description

Solve a PolyPrec*psi=chi linear system by CG1.

Definition in file syssolver_polyprec_cg.cc.