CHROMA
Namespaces | Typedefs
multi_syssolver_mdagm_factory.h File Reference

Factory for producing system solvers for MdagM*psi = chi. More...

#include "singleton.h"
#include "objfactory.h"
#include "linearop.h"
#include "state.h"
#include "actions/ferm/invert/multi_syssolver_mdagm.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Typedefs

typedef SingletonHolder< ObjectFactory< MdagMMultiSystemSolver< LatticeFermion >, std::string, TYPELIST_4(XMLReader &, const std::string &, FSHandle, Handle< LinearOperator< LatticeFermion > >), MdagMMultiSystemSolver< LatticeFermion > *(*)(XMLReader &, const std::string &, FSHandle, Handle< LinearOperator< LatticeFermion > >), StringFactoryError > > Chroma::TheMdagMFermMultiSystemSolverFactory
 MdagM system solver factory (foundry) More...
 
typedef SingletonHolder< ObjectFactory< MdagMMultiSystemSolverArray< LatticeFermion >, std::string, TYPELIST_4(XMLReader &, const std::string &, FSHandle, Handle< LinearOperatorArray< LatticeFermion > >), MdagMMultiSystemSolverArray< LatticeFermion > *(*)(XMLReader &, const std::string &, FSHandle, Handle< LinearOperatorArray< LatticeFermion > >), StringFactoryError > > Chroma::TheMdagMFermMultiSystemSolverArrayFactory
 MdagM system solver factory (foundry) More...
 
typedef SingletonHolder< ObjectFactory< MdagMMultiSystemSolver< LatticeStaggeredFermion >, std::string, TYPELIST_3(XMLReader &, const std::string &, Handle< LinearOperator< LatticeStaggeredFermion > >), MdagMMultiSystemSolver< LatticeStaggeredFermion > *(*)(XMLReader &, const std::string &, Handle< LinearOperator< LatticeStaggeredFermion > >), StringFactoryError > > Chroma::TheMdagMStagFermMultiSystemSolverFactory
 MdagM system solver factory (foundry) More...
 

Detailed Description

Factory for producing system solvers for MdagM*psi = chi.

Definition in file multi_syssolver_mdagm_factory.h.