88 gsl_interp * interp =
fSpline->interp;
89 if (
size != interp->size) {
99 if (iret != 0)
return false;
102 fAccel = gsl_interp_accel_alloc() ;
104 gsl_interp_accel_reset(
fAccel);
109 assert (
fAccel !=
nullptr);
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
virtual ~GSLInterpolator()
gsl_interp_accel * fAccel
GSLInterpolator(unsigned int ndata, Interpolation::Type type)
std::atomic< bool > fResetNErrors
bool Init(unsigned int ndata, const double *x, const double *y)
const gsl_interp_type * fInterpType
Type
Enumeration defining the types of interpolation methods availables.