6 #ifndef __syssolver_polyprec_factory_h__
7 #define __syssolver_polyprec_factory_h__
18 typedef SingletonHolder<
19 ObjectFactory<PolyPrecSystemSolver<LatticeFermion>,
22 PolyPrecSystemSolver<LatticeFermion>* (*)(XMLReader&,
24 Handle< LinearOperator<LatticeFermion> >),
SingletonHolder< ObjectFactory< PolyPrecSystemSolver< LatticeFermion >, std::string, TYPELIST_3(XMLReader &, const std::string &, Handle< LinearOperator< LatticeFermion > >), PolyPrecSystemSolver< LatticeFermion > *(*)(XMLReader &, const std::string &, Handle< LinearOperator< LatticeFermion > >), StringFactoryError > > ThePolyPrecFermSystemSolverFactory
PolyPrec system solver factory (foundry)
Asqtad Staggered-Dirac operator.
Factory class for objects from XML input.
Disambiguator for PolyPrec system solvers.
#define TYPELIST_3(T1, T2, T3)