CHROMA
Functions | Variables
Chroma::LinOpMultiSysSolverMREnv Namespace Reference

MR system solver namespace. More...

Functions

LinOpMultiSystemSolver< LatticeFermion > * createFerm (XMLReader &xml_in, const std::string &path, Handle< LinearOperator< LatticeFermion > > 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()

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

Callback function.

Definition at line 17 of file multi_syssolver_linop_mr.cc.

References Chroma::A().

Referenced by registerAll().

◆ name()

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

Name to be used.

Referenced by registerAll().

◆ registerAll()

bool Chroma::LinOpMultiSysSolverMREnv::registerAll ( )

Register all the factories.

Register the syssolver.

Definition at line 31 of file multi_syssolver_linop_mr.cc.

References createFerm(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name(), and registered.

Variable Documentation

◆ registered

bool Chroma::LinOpMultiSysSolverMREnv::registered = false
static

Local registration flag.

Definition at line 28 of file multi_syssolver_linop_mr.cc.

Referenced by registerAll().