27 #include "antioch_config.h"
29 #ifdef ANTIOCH_HAVE_GSL
31 #ifndef ANTIOCH_GSL_SPLINER_SHIM_H
32 #define ANTIOCH_GSL_SPLINER_SHIM_H
37 namespace AntiochPrivate
40 class GSLSplinerImplementation;
65 void spline_init(
const double* x,
const double* y,
unsigned int size );
71 double eval(
double x)
const;
74 double eval_deriv(
double x)
const;
79 GSLSplinerImplementation* _impl;
85 #endif // ANTIOCH_GSL_SPLINER_SHIM_H
87 #endif// if ANTIOCH_HAVE_GSL
The parameters are reduced parameters.