CHROMA
|
CG2 system solver namespace. More...
Functions | |
MdagMMultiSystemSolver< 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 ("MULTI_CG_QUDA_CLOVER_INVERTER") |
Name to be used. More... | |
bool | registerAll () |
Register all the factories. More... | |
Variables | |
static bool | registered = false |
Local registration flag. More... | |
CG2 system solver namespace.
MdagMMultiSystemSolver<LatticeFermion>* Chroma::MdagMMultiSysSolverCGQudaCloverEnv::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 20 of file multi_syssolver_mdagm_cg_clover_quda_w.cc.
References Chroma::A(), and Chroma::state.
Referenced by registerAll().
const std::string Chroma::MdagMMultiSysSolverCGQudaCloverEnv::name | ( | "MULTI_CG_QUDA_CLOVER_INVERTER" | ) |
Name to be used.
Referenced by registerAll().
bool Chroma::MdagMMultiSysSolverCGQudaCloverEnv::registerAll | ( | void | ) |
Register all the factories.
Definition at line 35 of file multi_syssolver_mdagm_cg_clover_quda_w.cc.
References createFerm(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name(), and registered.
Referenced by Chroma::MdagMMultiSysSolverEnv::registerAll().
|
static |
Local registration flag.
Definition at line 32 of file multi_syssolver_mdagm_cg_clover_quda_w.cc.
Referenced by registerAll().