CHROMA
Classes | Functions | Variables
Chroma::RemezRatApproxEnv Namespace Reference

Hooks to register the class. More...

Classes

struct  Params
 Params for Remez type rational approximation. More...
 
class  RatApprox
 Remez type of rational approximations. More...
 

Functions

RationalApproxcreateApprox (XMLReader &xml_in, const std::string &path)
 Callback function. More...
 
bool registerAll ()
 Register all the factories. More...
 

Variables

const std::string name = "REMEZ"
 Name to be used. More...
 
static bool registered = false
 Local registration flag. More...
 

Detailed Description

Hooks to register the class.

Name and registration.

Function Documentation

◆ createApprox()

RationalApprox* Chroma::RemezRatApproxEnv::createApprox ( XMLReader &  xml_in,
const std::string &  path 
)

Callback function.

Definition at line 32 of file remez_rat_approx.cc.

Referenced by registerAll().

◆ registerAll()

bool Chroma::RemezRatApproxEnv::registerAll ( )

Variable Documentation

◆ name

const std::string Chroma::RemezRatApproxEnv::name = "REMEZ"

◆ registered

bool Chroma::RemezRatApproxEnv::registered = false
static

Local registration flag.

Definition at line 42 of file remez_rat_approx.cc.

Referenced by registerAll().