CHROMA
Functions | Variables
Chroma::LinOpSysSolverMREnv Namespace Reference

MR 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...
 
LinOpSystemSolver< LatticeStaggeredFermion > * createStagFerm (XMLReader &xml_in, const std::string &path, Handle< LinearOperator< LatticeStaggeredFermion > > A)
 Callback function. More...
 
const std::string name ("MR_INVERTER")
 Name to be used. More...
 
bool registerAll ()
 Register all the factories. More...
 

Variables

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

Detailed Description

MR system solver namespace.

Function Documentation

◆ createFerm()

LinOpSystemSolver<LatticeFermion>* Chroma::LinOpSysSolverMREnv::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_mr.cc.

References Chroma::A().

Referenced by registerAll().

◆ createStagFerm()

LinOpSystemSolver<LatticeStaggeredFermion>* Chroma::LinOpSysSolverMREnv::createStagFerm ( XMLReader &  xml_in,
const std::string &  path,
Handle< LinearOperator< LatticeStaggeredFermion > >  A 
)

Callback function.

Definition at line 26 of file syssolver_linop_mr.cc.

References Chroma::A().

Referenced by registerAll().

◆ name()

const std::string Chroma::LinOpSysSolverMREnv::name ( "MR_INVERTER"  )

Name to be used.

Referenced by registerAll().

◆ registerAll()

bool Chroma::LinOpSysSolverMREnv::registerAll ( )

Variable Documentation

◆ registered

bool Chroma::LinOpSysSolverMREnv::registered = false
static

Local registration flag.

Definition at line 38 of file syssolver_linop_mr.cc.

Referenced by registerAll().