Parameters
Double[] x
Sample points (N), sorted ascending
Double[] sy
Samples values (N) of each segment starting at the corresponding sample point.
Supports both differentiation and integration.
Double[] xSample points (N), sorted ascending
Double[] sySamples values (N) of each segment starting at the corresponding sample point.
double tPoint t to interpolate at.
doubleInterpolated first derivative at point t.
double tPoint t to interpolate at.
doubleInterpolated second derivative at point t.
double tPoint t to integrate at.
double aLeft bound of the integration interval [a,b].
double bRight bound of the integration interval [a,b].
double tPoint t to interpolate at.
doubleInterpolated value x(t).