Go to the documentation of this file.
2 #ifndef CUBICSPLINE_HPP_
3 #define CUBICSPLINE_HPP_
27 int locate(
const double x);
28 int hunt(
const double x);
30 int y2ValsInit(
const double *xv,
const double *yv,
double y1_0,
double y1_n);
33 CubicSpline(
double const * x,
double const * y,
unsigned count,
double y1_0 = 1.e99,
double y1_n = 1.e99);