CHROMA
|
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 | |
RationalApprox * | createApprox (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... | |
Hooks to register the class.
Name and registration.
RationalApprox* Chroma::RemezRatApproxEnv::createApprox | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
bool Chroma::RemezRatApproxEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 45 of file remez_rat_approx.cc.
References createApprox(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by Chroma::RationalApproxAggregateEnv::registerAll().
const std::string Chroma::RemezRatApproxEnv::name = "REMEZ" |
Name to be used.
Definition at line 39 of file remez_rat_approx.cc.
Referenced by Chroma::RemezRatApproxEnv::RatApprox::operator()(), registerAll(), and Chroma::RemezRatApproxEnv::Params::writeXML().
|
static |
Local registration flag.
Definition at line 42 of file remez_rat_approx.cc.
Referenced by registerAll().