|
CHROMA
|
CG system solver namespace. More...
Functions | |
| MdagMMultiSystemSolverAccumulateArray< LatticeFermion > * | createFerm (XMLReader &xml_in, const std::string &path, Handle< LinearOperatorArray< 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... | |
CG system solver namespace.
| MdagMMultiSystemSolverAccumulateArray<LatticeFermion>* Chroma::MdagMMultiSysSolverCGAccumulateArrayEnv::createFerm | ( | XMLReader & | xml_in, |
| const std::string & | path, | ||
| Handle< LinearOperatorArray< LatticeFermion > > | A | ||
| ) |
Callback function.
Definition at line 18 of file multi_syssolver_mdagm_cg_accumulate_array.cc.
References Chroma::A().
Referenced by registerAll().
| const std::string Chroma::MdagMMultiSysSolverCGAccumulateArrayEnv::name | ( | "CG_INVERTER" | ) |
Name to be used.
Referenced by registerAll().
| bool Chroma::MdagMMultiSysSolverCGAccumulateArrayEnv::registerAll | ( | ) |
Register all the factories.
Register the syssolver.
Definition at line 32 of file multi_syssolver_mdagm_cg_accumulate_array.cc.
References createFerm(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name(), and registered.
Referenced by Chroma::MdagMMultiSysSolverAccumulateArrayEnv::registerAll().
|
static |
Local registration flag.
Definition at line 29 of file multi_syssolver_mdagm_cg_accumulate_array.cc.
Referenced by registerAll().