15 #ifndef INCLUDED_numeric_interpolation_spline_spline_functions_hh
16 #define INCLUDED_numeric_interpolation_spline_spline_functions_hh
24 namespace interpolation {
utility::vector1< Real > spline_second_derivative(utility::vector1< Real > const &x, utility::vector1< Real > const &y, Real yp1, Real ypn)
rosetta project type declarations. Should be kept updated with core/types.hh. This exists because num...
vector1: std::vector with 1-based indexing
void spline_interpolate(utility::vector1< Real > const &xa, utility::vector1< Real > const &ya, utility::vector1< Real > const &y2a, Real x, Real &y, Real &dy)