CHROMA
|
Remez type of rational approximations. More...
#include <read_rat_approx.h>
Public Member Functions | |
ReadRatApprox (const ReadRatApproxEnv::Params &p) | |
Full constructor. More... | |
~ReadRatApprox () | |
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 | |
ReadRatApproxEnv::Params | params |
Remez type of rational approximations.
Definition at line 35 of file read_rat_approx.h.
|
inline |
Full constructor.
Definition at line 39 of file read_rat_approx.h.
|
inline |
Destructor.
Definition at line 42 of file read_rat_approx.h.
|
virtual |
Produce the partial-fraction-expansion (PFE) and its inverse (IPFE)
Implements Chroma::RationalApprox.
Definition at line 90 of file read_rat_approx.cc.
References Chroma::ReadRatApproxEnv::Params::ipfe, params, and Chroma::ReadRatApproxEnv::Params::pfe.
|
private |