CHROMA
syssolver_linop_aggregate.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Register linop system solvers that solve M*psi=chi
4  */
5 
6 #ifndef __syssolver_linop_aggregate_h__
7 #define __syssolver_linop_aggregate_h__
8 
9 #include "chromabase.h"
10 
11 namespace Chroma
12 {
13  //! Registration aggregator
14  /*! @ingroup invert */
15  namespace LinOpSysSolverEnv
16  {
17  bool registerAll();
18  }
19 
20 
21  //! Registration aggregator
22  /*! @ingroup invert */
23  namespace LinOpSysSolverArrayEnv
24  {
25  bool registerAll();
26  }
27 }
28 
29 #endif
Primary include file for CHROMA library code.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10