CHROMA
Namespaces | Functions | Variables
remez_rat_approx.cc File Reference

Remez-type rational approximation. More...

#include "update/molecdyn/monomial/remez_rat_approx.h"
#include "update/molecdyn/monomial/rat_approx_factory.h"
#include "update/molecdyn/monomial/rat_approx_aggregate.h"
#include "update/molecdyn/monomial/remez.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 
 Chroma::RemezRatApproxEnv
 Hooks to register the class.
 

Functions

void Chroma::read (XMLReader &xml, const std::string &path, RemezRatApproxEnv::Params &param)
 Remez param. More...
 
void Chroma::write (XMLWriter &xml, const std::string &path, const RemezRatApproxEnv::Params &param)
 Write Parameters. More...
 
RationalApprox * Chroma::RemezRatApproxEnv::createApprox (XMLReader &xml_in, const std::string &path)
 Callback function. More...
 
bool Chroma::RemezRatApproxEnv::registerAll ()
 Register all the factories. More...
 

Variables

const std::string Chroma::RemezRatApproxEnv::name = "REMEZ"
 Name to be used. More...
 
static bool Chroma::RemezRatApproxEnv::registered = false
 Local registration flag. More...
 

Detailed Description

Remez-type rational approximation.

Definition in file remez_rat_approx.cc.