CHROMA
Namespaces | Typedefs
syssolver_linop_factory.h File Reference

Factory for solving M*psi=chi where M is not hermitian or pos. def. More...

#include "chromabase.h"
#include "handle.h"
#include "state.h"
#include "singleton.h"
#include "typelist.h"
#include "objfactory.h"
#include "actions/ferm/invert/syssolver_linop.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Typedefs

typedef SingletonHolder< ObjectFactory< LinOpSystemSolver< LatticeFermion >, std::string, TYPELIST_4(XMLReader &, const std::string &, FSHandle, Handle< LinearOperator< LatticeFermion > >), LinOpSystemSolver< LatticeFermion > *(*)(XMLReader &, const std::string &, FSHandle, Handle< LinearOperator< LatticeFermion > >), StringFactoryError > > Chroma::TheLinOpFermSystemSolverFactory
 LinOp system solver factory (foundry) More...
 
typedef SingletonHolder< ObjectFactory< LinOpSystemSolver< LatticeFermionF >, std::string, TYPELIST_4(XMLReader &, const std::string &, FSHandleF, Handle< LinearOperator< LatticeFermionF > >), LinOpSystemSolver< LatticeFermionF > *(*)(XMLReader &, const std::string &, FSHandleF, Handle< LinearOperator< LatticeFermionF > >), StringFactoryError > > Chroma::TheLinOpFFermSystemSolverFactory
 
typedef SingletonHolder< ObjectFactory< LinOpSystemSolver< LatticeFermionD >, std::string, TYPELIST_4(XMLReader &, const std::string &, FSHandleD, Handle< LinearOperator< LatticeFermionD > >), LinOpSystemSolver< LatticeFermionD > *(*)(XMLReader &, const std::string &, FSHandleD, Handle< LinearOperator< LatticeFermionD > >), StringFactoryError > > Chroma::TheLinOpDFermSystemSolverFactory
 
typedef SingletonHolder< ObjectFactory< LinOpSystemSolverArray< LatticeFermion >, std::string, TYPELIST_4(XMLReader &, const std::string &, FSHandle, Handle< LinearOperatorArray< LatticeFermion > >), LinOpSystemSolverArray< LatticeFermion > *(*)(XMLReader &, const std::string &, FSHandle, Handle< LinearOperatorArray< LatticeFermion > >), StringFactoryError > > Chroma::TheLinOpFermSystemSolverArrayFactory
 LinOp system solver factory (foundry) More...
 
typedef SingletonHolder< ObjectFactory< LinOpSystemSolver< LatticeStaggeredFermion >, std::string, TYPELIST_3(XMLReader &, const std::string &, Handle< LinearOperator< LatticeStaggeredFermion > >), LinOpSystemSolver< LatticeStaggeredFermion > *(*)(XMLReader &, const std::string &, Handle< LinearOperator< LatticeStaggeredFermion > >), StringFactoryError > > Chroma::TheLinOpStagFermSystemSolverFactory
 LinOp system solver factory (foundry) More...
 

Detailed Description

Factory for solving M*psi=chi where M is not hermitian or pos. def.

Definition in file syssolver_linop_factory.h.