CHROMA
predictor_aggregate.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief Chrono predictor aggregator
3  */
4 
5 #include "chroma_config.h"
7 
11 //Include MG predictor.
16 
17 #ifdef BUILD_QUDA
19 #endif
20 
21 namespace Chroma
22 {
23 
24  //! Name and registration
25  namespace ChronoPredictorAggregrateEnv
26  {
27  namespace
28  {
29  //! Local registration flag
30  bool registered = false;
31  }
32 
33  //! Register all the factories
34  bool registerAll()
35  {
36  bool success = true;
37  if (! registered)
38  {
44  //Added special MG predictor!
51 
53 
54 
55 #ifdef BUILD_QUDA
57 #endif
58  registered = true;
59  }
60  return success;
61  }
62  }
63 
64 }
Last solution predictor.
Linear extrapolation predictor.
Minimal residual predictor.
Minimal residual predictor - which takes also information from an EIG CG e-vec basis....
static bool registered
Local registration flag.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
Definition: MG_predictor.cc:38
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
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
Null predictor: Leaves input x0 unchanged.
Chrono predictor aggregator.
Pick channel for QUDA Predictor.
Zero initial guess predictor.