Protected
_iProtected
Readonly
_xProtected
Readonly
_yReadonly
nXNumber of 'x' points in the system
Readonly
nYNumber of series per 'x'
Evaluate the interpolation function
The x position to interpolate the function at
Evaluate the interpolation function on all traces
The x position to interpolate the function at
Protected
searchGenerated using TypeDoc
Cubic spline interpolation, with "natural" boundary conditions (see docs for R's
?spline
). Compared with the other interpolation objects (InterpolatorConstant and InterpolatorLinear) here we have to do some set up after initialisation to prepare the coefficients of the system. The actual interpolation via eval is not much complex than linear interepolation though.