Go to the documentation of this file.
15 #ifndef FOPR_RATIONAL_SF_INCLUDED
16 #define FOPR_RATIONAL_SF_INCLUDED
62 std::valarray<double>
m_cl;
63 std::valarray<double>
m_bl;
77 void set_parameters(
int Np,
int n_exp,
int d_exp,
double x_min,
double x_max,
78 int Niter,
double Stop_cond);
102 double func(
double x);