CHROMA
Functions | Variables
Chroma::PolyPrecSysSolverCGEnv Namespace Reference

CG1 system solver namespace. More...

Functions

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

Variables

static bool registered = false
 Local registration flag. More...
 

Detailed Description

CG1 system solver namespace.

CG system solver namespace.

Function Documentation

◆ createFerm()

PolyPrecSystemSolver<LatticeFermion>* Chroma::PolyPrecSysSolverCGEnv::createFerm ( XMLReader &  xml_in,
const std::string &  path,
Handle< LinearOperator< LatticeFermion > >  A 
)

Callback function.

Definition at line 17 of file syssolver_polyprec_cg.cc.

References Chroma::A().

Referenced by registerAll().

◆ name()

const std::string Chroma::PolyPrecSysSolverCGEnv::name ( "CG_INVERTER"  )

Name to be used.

Referenced by registerAll().

◆ registerAll()

bool Chroma::PolyPrecSysSolverCGEnv::registerAll ( )

Variable Documentation

◆ registered

bool Chroma::PolyPrecSysSolverCGEnv::registered = false
static

Local registration flag.

Definition at line 28 of file syssolver_polyprec_cg.cc.

Referenced by registerAll().