Next: 1D Higher-level Interface, Previous: 1D Index Look-up and Acceleration, Up: Interpolation [Index]
These functions return the interpolated value of y for a given
point x, using the interpolation object interp, data
arrays xa and ya and the accelerator acc. When
x is outside the range of xa, the error code
GSL_EDOM
is returned with a value of GSL_NAN
for
y.
These functions return the derivative d of an interpolated function for a given point x, using the interpolation object interp, data arrays xa and ya and the accelerator acc.
These functions return the second derivative d2 of an interpolated function for a given point x, using the interpolation object interp, data arrays xa and ya and the accelerator acc.
These functions return the numerical integral result of an interpolated function over the range [a, b], using the interpolation object interp, data arrays xa and ya and the accelerator acc.
Next: 1D Higher-level Interface, Previous: 1D Index Look-up and Acceleration, Up: Interpolation [Index]