|
CHROMA
|
Params for Remez type rational approximation. More...
#include <read_rat_approx.h>
Public Member Functions | |
| Params () | |
| Params (XMLReader &in, const std::string &path) | |
| Params for Remez type rational approximation. More... | |
| void | writeXML (XMLWriter &in, const std::string &path) const |
Public Attributes | |
| RemezCoeff_t | pfe |
| RemezCoeff_t | ipfe |
Params for Remez type rational approximation.
Definition at line 22 of file read_rat_approx.h.
|
inline |
Definition at line 24 of file read_rat_approx.h.
| void Chroma::ReadRatApproxEnv::Params::writeXML | ( | XMLWriter & | in, |
| const std::string & | path | ||
| ) | const |
Definition at line 59 of file read_rat_approx.cc.
References ipfe, Chroma::RemezCoeff_t::norm, Chroma::out, pfe, Chroma::RemezCoeff_t::pole, Chroma::pop(), Chroma::push(), Chroma::RemezCoeff_t::res, and Chroma::write().
Referenced by Chroma::write().
| RemezCoeff_t Chroma::ReadRatApproxEnv::Params::ipfe |
Definition at line 28 of file read_rat_approx.h.
Referenced by Chroma::ReadRatApprox::operator()(), Params(), and writeXML().
| RemezCoeff_t Chroma::ReadRatApproxEnv::Params::pfe |
Definition at line 27 of file read_rat_approx.h.
Referenced by Chroma::ReadRatApprox::operator()(), Params(), and writeXML().