|
CHROMA
|
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 ¶m) |
| Remez param. More... | |
| void | Chroma::write (XMLWriter &xml, const std::string &path, const RemezRatApproxEnv::Params ¶m) |
| 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... | |
Remez-type rational approximation.
Definition in file remez_rat_approx.cc.