|
CHROMA
|
Solve a M*psi=chi linear system by MR. More...
#include "actions/ferm/invert/syssolver_linop_factory.h"#include "actions/ferm/invert/syssolver_linop_aggregate.h"#include "actions/ferm/invert/syssolver_linop_bicrstab.h"Go to the source code of this file.
Namespaces | |
| Chroma | |
| Asqtad Staggered-Dirac operator. | |
| Chroma::LinOpSysSolverBiCRStabEnv | |
| MR system solver namespace. | |
Functions | |
| LinOpSystemSolver< LatticeFermion > * | Chroma::LinOpSysSolverBiCRStabEnv::createFerm (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > state, Handle< LinearOperator< LatticeFermion > > A) |
| Callback function. More... | |
| LinOpSystemSolver< LatticeFermionF > * | Chroma::LinOpSysSolverBiCRStabEnv::createFermF (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermionF, multi1d< LatticeColorMatrixF >, multi1d< LatticeColorMatrixF > > > state, Handle< LinearOperator< LatticeFermionF > > A) |
| Callback function. More... | |
| LinOpSystemSolver< LatticeStaggeredFermion > * | Chroma::LinOpSysSolverBiCRStabEnv::createStagFerm (XMLReader &xml_in, const std::string &path, Handle< LinearOperator< LatticeStaggeredFermion > > A) |
| Callback function. More... | |
| const std::string | Chroma::LinOpSysSolverBiCRStabEnv::name ("BICRSTAB_INVERTER") |
| Name to be used. More... | |
| bool | Chroma::LinOpSysSolverBiCRStabEnv::registerAll () |
| Register all the factories. More... | |
Variables | |
| static bool | Chroma::LinOpSysSolverBiCRStabEnv::registered = false |
| Local registration flag. More... | |
Solve a M*psi=chi linear system by MR.
Definition in file syssolver_linop_bicrstab.cc.