CHROMA
Namespaces | Functions | Variables
syssolver_linop_mr.cc File Reference

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_mr.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 
 Chroma::LinOpSysSolverMREnv
 MR system solver namespace.
 

Functions

LinOpSystemSolver< LatticeFermion > * Chroma::LinOpSysSolverMREnv::createFerm (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > state, Handle< LinearOperator< LatticeFermion > > A)
 Callback function. More...
 
LinOpSystemSolver< LatticeStaggeredFermion > * Chroma::LinOpSysSolverMREnv::createStagFerm (XMLReader &xml_in, const std::string &path, Handle< LinearOperator< LatticeStaggeredFermion > > A)
 Callback function. More...
 
const std::string Chroma::LinOpSysSolverMREnv::name ("MR_INVERTER")
 Name to be used. More...
 
bool Chroma::LinOpSysSolverMREnv::registerAll ()
 Register all the factories. More...
 

Variables

static bool Chroma::LinOpSysSolverMREnv::registered = false
 Local registration flag. More...
 

Detailed Description

Solve a M*psi=chi linear system by MR.

Definition in file syssolver_linop_mr.cc.