88 gsl_interp * interp =
fSpline->interp;
89 if (size != interp->size) {
98 int iret = gsl_spline_init(
fSpline , x , y , size );
99 if (iret != 0)
return false;
102 fAccel = gsl_interp_accel_alloc() ;
104 gsl_interp_accel_reset(
fAccel);
130 if (
this == &rhs)
return *
this;
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
virtual ~GSLInterpolator()
GSLInterpolator & operator=(const GSLInterpolator &)
bool Init(unsigned int ndata, const double *x, const double *y)
Interpolation class based on GSL interpolation functions.
Type
Enumeration defining the types of interpolation methods availables.
Namespace for new Math classes and functions.
gsl_interp_accel * fAccel
const gsl_interp_type * fInterpType
GSLInterpolator(unsigned int ndata, Interpolation::Type type)