CHROMA
Functions | Variables
Chroma::LinOpSysSolverCGTimingEnv Namespace Reference

CG1 system solver namespace. More...

Functions

LinOpSystemSolver< LatticeFermion > * createFerm (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > state, Handle< LinearOperator< LatticeFermion > > A)
 Callback function. More...
 
const std::string name ("CG_INVERTER_TIMINGS")
 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()

LinOpSystemSolver<LatticeFermion>* Chroma::LinOpSysSolverCGTimingEnv::createFerm ( XMLReader &  xml_in,
const std::string &  path,
Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > >  state,
Handle< LinearOperator< LatticeFermion > >  A 
)

Callback function.

Definition at line 17 of file syssolver_linop_cg_timing.cc.

References Chroma::A().

Referenced by registerAll().

◆ name()

const std::string Chroma::LinOpSysSolverCGTimingEnv::name ( "CG_INVERTER_TIMINGS"  )

Name to be used.

Referenced by registerAll().

◆ registerAll()

bool Chroma::LinOpSysSolverCGTimingEnv::registerAll ( )

Variable Documentation

◆ registered

bool Chroma::LinOpSysSolverCGTimingEnv::registered = false
static

Local registration flag.

Definition at line 29 of file syssolver_linop_cg_timing.cc.

Referenced by registerAll().