38 #ifndef __has_c2_factory_hh
39 #define __has_c2_factory_hh 1
117 bool auto_center, float_type
y1)
122 float_type x0, float_type y0, float_type yp0, float_type ypp0,
123 float_type
x2, float_type
y2, float_type yp2, float_type ypp2,
124 bool auto_center, float_type
y1)
126 x0, y0, yp0, ypp0,
x2,
y2, yp2, ypp2, auto_center,
y1); }
150 &
linear(float_type x0, float_type y0, float_type slope)
154 float_type x0, float_type y0, float_type xcoef, float_type x2coef)
167 template <
template <
typename f_t>
class Final >
169 & inverse_integrated_density_bins(
const std::vector<float_type> &bincenters,
170 const std::vector<float_type> &binheights)
173 return ::inverse_integrated_density_bins<float_type, Final<float_type> >
174 (bincenters, binheights);
178 template <
template <
typename f_t>
class Final >
180 & inverse_integrated_density_function(
181 const std::vector<float_type> &bincenters,
185 return ::inverse_integrated_density_function<float_type,
187 (bincenters, binheights);