38 #ifndef __has_c2_factory_hh
39 #define __has_c2_factory_hh 1
104 bool auto_center, float_type
y1)
109 bool auto_center, float_type
y1)
113 float_type x0, float_type y0, float_type yp0, float_type ypp0,
114 float_type
x2, float_type
y2, float_type yp2, float_type ypp2,
115 bool auto_center, float_type
y1)
117 x0, y0, yp0, ypp0,
x2,
y2, yp2, ypp2, auto_center,
y1); }
143 float_type x0, float_type y0, float_type xcoef, float_type x2coef)
153 template <
template <
typename f_t>
class Final >
156 const std::vector<float_type> &bincenters,
const std::vector<float_type> &binheights)
159 return ::inverse_integrated_density_bins<float_type, Final<float_type> >
160 (bincenters, binheights);
163 template <
template <
typename f_t>
class Final >
168 return ::inverse_integrated_density_function<float_type, Final<float_type> >
169 (bincenters, binheights);