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

Name and registration. More...

Classes

struct  Params
 Params for Remez type rational approximation. 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 = "READ_COEFFS"
 Name to be used. More...
 
static bool registered = false
 Local registration flag. More...
 

Detailed Description

Name and registration.

Function Documentation

◆ createApprox()

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

Callback function.

Definition at line 11 of file read_rat_approx.cc.

Referenced by registerAll().

◆ registerAll()

bool Chroma::ReadRatApproxEnv::registerAll ( )

Variable Documentation

◆ name

const std::string Chroma::ReadRatApproxEnv::name = "READ_COEFFS"

Name to be used.

Definition at line 19 of file read_rat_approx.cc.

Referenced by registerAll().

◆ registered

bool Chroma::ReadRatApproxEnv::registered = false
static

Local registration flag.

Definition at line 22 of file read_rat_approx.cc.

Referenced by registerAll().