CHROMA
Public Member Functions | Private Attributes | List of all members

Remez type of rational approximations. More...

#include <remez_rat_approx.h>

Inheritance diagram for Chroma::RemezRatApproxEnv::RatApprox:
Chroma::RationalApprox

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
 

Detailed Description

Remez type of rational approximations.

Definition at line 39 of file remez_rat_approx.h.

Constructor & Destructor Documentation

◆ RatApprox()

Chroma::RemezRatApproxEnv::RatApprox::RatApprox ( const Params p)
inline

Full constructor.

Definition at line 43 of file remez_rat_approx.h.

◆ ~RatApprox()

Chroma::RemezRatApproxEnv::RatApprox::~RatApprox ( )
inline

Destructor.

Definition at line 46 of file remez_rat_approx.h.

Member Function Documentation

◆ operator()()

void Chroma::RemezRatApproxEnv::RatApprox::operator() ( RemezCoeff_t pfe,
RemezCoeff_t ipfe 
) const
virtual

Member Data Documentation

◆ params

Params Chroma::RemezRatApproxEnv::RatApprox::params
private

remez params

Definition at line 52 of file remez_rat_approx.h.

Referenced by operator()().


The documentation for this class was generated from the following files: