6 #ifndef __read_rat_approx_h__
7 #define __read_rat_approx_h__
16 namespace ReadRatApproxEnv
Base class for rational approximations.
Remez type of rational approximations.
ReadRatApprox(const ReadRatApproxEnv::Params &p)
Full constructor.
~ReadRatApprox()
Destructor.
ReadRatApproxEnv::Params params
void operator()(RemezCoeff_t &pfe, RemezCoeff_t &ipfe) const
Produce the partial-fraction-expansion (PFE) and its inverse (IPFE)
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams ¶m)
Read parameters.
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams ¶m)
Writer parameters.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
static QDP_ColorVector * in
Base class for rational approximations.
Params for Remez type rational approximation.
void writeXML(XMLWriter &in, const std::string &path) const
Convenient structure to package Remez coeffs.