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_ibicgstab.h"
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Chroma::LinOpSysSolverIBiCGStabEnv | |
MR system solver namespace. | |
Functions | |
LinOpSystemSolver< LatticeFermion > * | Chroma::LinOpSysSolverIBiCGStabEnv::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::LinOpSysSolverIBiCGStabEnv::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::LinOpSysSolverIBiCGStabEnv::createStagFerm (XMLReader &xml_in, const std::string &path, Handle< LinearOperator< LatticeStaggeredFermion > > A) |
Callback function. More... | |
const std::string | Chroma::LinOpSysSolverIBiCGStabEnv::name ("IBICGSTAB_INVERTER") |
Name to be used. More... | |
bool | Chroma::LinOpSysSolverIBiCGStabEnv::registerAll () |
Register all the factories. More... | |
Variables | |
static bool | Chroma::LinOpSysSolverIBiCGStabEnv::registered = false |
Local registration flag. More... | |
Solve a M*psi=chi linear system by MR.
Definition in file syssolver_linop_ibicgstab.cc.