CHROMA
|
Remez type of rational approximations. More...
#include <remez_rat_approx.h>
Public Member Functions | |
RatApprox (const Params &p) | |
Full constructor. More... | |
~RatApprox () | |
Destructor. More... | |
void | operator() (RemezCoeff_t &pfe, RemezCoeff_t &ipfe) const |
Produce the partial-fraction-expansion (PFE) and its inverse (IPFE) More... | |
Public Member Functions inherited from Chroma::RationalApprox | |
virtual | ~RationalApprox () |
Virtual destructor. More... | |
Private Attributes | |
Params | params |
Remez type of rational approximations.
Definition at line 39 of file remez_rat_approx.h.
|
inline |
Full constructor.
Definition at line 43 of file remez_rat_approx.h.
|
inline |
Destructor.
Definition at line 46 of file remez_rat_approx.h.
|
virtual |
Produce the partial-fraction-expansion (PFE) and its inverse (IPFE)
Implements Chroma::RationalApprox.
Definition at line 93 of file remez_rat_approx.cc.
References Chroma::RemezRatApproxEnv::Params::degree, Chroma::RemezRatApproxEnv::Params::denPower, Chroma::RemezRatApproxEnv::Params::digitPrecision, Chroma::END_CODE(), Chroma::RemezStub::generateApprox(), Chroma::RemezStub::getIPFE(), Chroma::RemezStub::getPFE(), Chroma::RemezRatApproxEnv::Params::lowerMin, Chroma::RemezRatApproxEnv::name, Chroma::RemezRatApproxEnv::Params::numPower, params, Chroma::START_CODE(), and Chroma::RemezRatApproxEnv::Params::upperMax.
|
private |