#include <read_rat_approx.h>
Public Member Functions | |
| Params () | |
| Params (XMLReader &in, const std::string &path) | |
| Params for Remez type rational approximation. | |
| void | writeXML (XMLWriter &in, const std::string &path) const |
Public Attributes | |
| RemezCoeff_t | pfe |
| RemezCoeff_t | ipfe |
Definition at line 23 of file read_rat_approx.h.
| Chroma::ReadRatApproxEnv::Params::Params | ( | ) | [inline] |
Definition at line 25 of file read_rat_approx.h.
| void Chroma::ReadRatApproxEnv::Params::writeXML | ( | XMLWriter & | in, | |
| const std::string & | path | |||
| ) | const |
Definition at line 62 of file read_rat_approx.cc.
References ipfe, Chroma::RemezCoeff_t::norm, pfe, Chroma::RemezCoeff_t::pole, Chroma::RemezCoeff_t::res, and Chroma::write().
Referenced by Chroma::write().
Definition at line 29 of file read_rat_approx.h.
Referenced by Chroma::ReadRatApprox::operator()(), Params(), and writeXML().
Definition at line 28 of file read_rat_approx.h.
Referenced by Chroma::ReadRatApprox::operator()(), Params(), and writeXML().
1.4.7