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

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
 

Detailed Description

Params for Remez type rational approximation.

Definition at line 22 of file read_rat_approx.h.

Constructor & Destructor Documentation

◆ Params()

Chroma::ReadRatApproxEnv::Params::Params ( )
inline

Definition at line 24 of file read_rat_approx.h.

Member Function Documentation

◆ writeXML()

void Chroma::ReadRatApproxEnv::Params::writeXML ( XMLWriter &  in,
const std::string &  path 
) const

Member Data Documentation

◆ ipfe

RemezCoeff_t Chroma::ReadRatApproxEnv::Params::ipfe

Definition at line 28 of file read_rat_approx.h.

Referenced by Chroma::ReadRatApprox::operator()(), Params(), and writeXML().

◆ pfe

RemezCoeff_t Chroma::ReadRatApproxEnv::Params::pfe

Definition at line 27 of file read_rat_approx.h.

Referenced by Chroma::ReadRatApprox::operator()(), Params(), and writeXML().


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