Go to the documentation of this file.
15 #ifndef FOPR_RATIONAL_INCLUDED
16 #define FOPR_RATIONAL_INCLUDED
59 std::valarray<double>
m_cl;
60 std::valarray<double>
m_bl;
74 void set_parameters(
int Np,
int n_exp,
int d_exp,
double x_min,
double x_max,
75 int Niter,
double Stop_cond);
99 double func(
double x);