Go to the documentation of this file.
14 #ifndef MATH_RATIONAL_INCLUDED
15 #define MATH_RATIONAL_INCLUDED
66 void set_parameters(
const int Np,
const int n_exp,
const int d_exp,
67 const double x_min,
const double x_max);
70 std::vector<double>& pole);
76 double func(
const double x);
Common parameter class: provides parameters as singleton.
void get_parameters(double &norm, std::vector< double > &res, std::vector< double > &pole)
void set_parameter_verboselevel(const Bridge::VerboseLevel vl)
void set_parameters(const Parameters ¶ms)
double func(const double x)
Bridge::VerboseLevel m_vl
static const std::string class_name
std::vector< double > m_res
Math_Rational(const Parameters ¶ms)
Determionation of coefficients of rational approximation.
std::vector< double > m_pole