CHROMA
rat_approx_aggregate.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief Rational approximation aggregator
3  */
4 
8 
9 namespace Chroma
10 {
11 
12  //! Name and registration
13  namespace RationalApproxAggregateEnv
14  {
15  namespace
16  {
17  //! Local registration flag
18  bool registered = false;
19  }
20 
21  //! Register all the factories
22  bool registerAll()
23  {
24  bool success = true;
25  if (! registered)
26  {
27  success &= RemezRatApproxEnv::registerAll();
28  success &= ReadRatApproxEnv::registerAll();
29  registered = true;
30  }
31  return success;
32  }
33  }
34 
35 }
static bool registered
Local registration flag.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Rational approximation aggregator.
Remez-type rational approximation.
Remez-type rational approximation.