CHROMA
multi_syssolver_mdagm_accumulate_factory.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Factory for producing system solvers for MdagM*psi = chi
4  */
5 
6 #ifndef __multi_syssolver_mdagm_accumulate_factory_h__
7 #define __multi_syssolver_mdagm_accumulate_factory_h__
8 
9 #include "singleton.h"
10 #include "objfactory.h"
11 #include "linearop.h"
13 
14 namespace Chroma
15 {
16 
17  //! MdagM system solver factory (foundry)
18  /*! @ingroup invert */
19  typedef SingletonHolder<
20  ObjectFactory<MdagMMultiSystemSolverAccumulate<LatticeFermion>,
22  TYPELIST_3(XMLReader&, const std::string&, Handle< LinearOperator<LatticeFermion> >),
23  MdagMMultiSystemSolverAccumulate<LatticeFermion>* (*)(XMLReader&,
24  const std::string&,
25  Handle< LinearOperator<LatticeFermion> >),
26  StringFactoryError> >
28 
29 
30  //! MdagM system solver factory (foundry)
31  /*! @ingroup invert */
32  typedef SingletonHolder<
37  const std::string&,
41 
42 
43  //! MdagM system solver factory (foundry)
44  /*! @ingroup invert */
45  typedef SingletonHolder<
50  const std::string&,
54 
55 }
56 
57 
58 #endif
Class for counted reference semantics.
Definition: handle.h:33
Linear Operator to arrays.
Definition: linearop.h:61
Linear Operator.
Definition: linearop.h:27
Object factory class.
Definition: objfactory.h:82
SingletonHolder< ObjectFactory< MdagMMultiSystemSolverAccumulate< LatticeStaggeredFermion >, std::string, TYPELIST_3(XMLReader &, const std::string &, Handle< LinearOperator< LatticeStaggeredFermion > >), MdagMMultiSystemSolverAccumulate< LatticeStaggeredFermion > *(*)(XMLReader &, const std::string &, Handle< LinearOperator< LatticeStaggeredFermion > >), StringFactoryError > > TheMdagMStagFermMultiSystemSolverAccumulateFactory
MdagM system solver factory (foundry)
SingletonHolder< ObjectFactory< MdagMMultiSystemSolverAccumulateArray< LatticeFermion >, std::string, TYPELIST_3(XMLReader &, const std::string &, Handle< LinearOperatorArray< LatticeFermion > >), MdagMMultiSystemSolverAccumulateArray< LatticeFermion > *(*)(XMLReader &, const std::string &, Handle< LinearOperatorArray< LatticeFermion > >), StringFactoryError > > TheMdagMFermMultiSystemSolverAccumulateArrayFactory
MdagM system solver factory (foundry)
SingletonHolder< ObjectFactory< MdagMMultiSystemSolverAccumulate< LatticeFermion >, std::string, TYPELIST_3(XMLReader &, const std::string &, Handle< LinearOperator< LatticeFermion > >), MdagMMultiSystemSolverAccumulate< LatticeFermion > *(*)(XMLReader &, const std::string &, Handle< LinearOperator< LatticeFermion > >), StringFactoryError > > TheMdagMFermMultiSystemSolverAccumulateFactory
MdagM system solver factory (foundry)
Linear Operators.
Disambiguator for multi-shift MdagM system solvers.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979
Factory class for objects from XML input.
Singleton support.
#define TYPELIST_3(T1, T2, T3)
Definition: typelist.h:45