CHROMA
multi_syssolver_cg_params.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Params of CG inverter
4  */
5 
6 #ifndef __multi_syssolver_cg_params_h__
7 #define __multi_syssolver_cg_params_h__
8 
9 #include "chromabase.h"
10 
11 
12 namespace Chroma
13 {
14 
15  //! Params for CG inverter
16  /*! \ingroup invert */
18  {
20  MultiSysSolverCGParams(XMLReader& in, const std::string& path);
21 
22  multi1d<Real> RsdCG; /*!< CG residuals */
23  int MaxCG; /*!< Maximum CG iterations */
24  };
25 
26 
27  // Reader/writers
28  /*! \ingroup invert */
29  void read(XMLReader& xml, const std::string& path, MultiSysSolverCGParams& param);
30 
31  /*! \ingroup invert */
32  void write(XMLWriter& xml, const std::string& path, const MultiSysSolverCGParams& param);
33 
34 } // End namespace
35 
36 #endif
37 
Primary include file for CHROMA library code.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams &param)
Read parameters.
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams &param)
Writer parameters.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static QDP_ColorVector * in
::std::string string
Definition: gtest.h:1979