Interpolation Routines
Applies an affine transformation to an array.
Standard Library function that creates an array containing values calculated using a bilinear interpolation to solve for requested points interior to an input grid specified by the input array.
Grids n dimensional data.
Interpolates scattered data at scattered locations.
Performs a linear interpolation of a vector using a regular grid.
Performs a linear interpolation of a vector using an irregular grid.
Interpolates an array along one of its dimensions.
REBIN (array, dim
1, ..., dim
n)
Returns a vector or array resized to the given dimensions.
RESAMP(array, dim
1, ..., dim
n)
Resamples an array to new dimensions.
SPLINE (x, y, t [, tension] )
Standard Library function that performs a cubic spline interpolation.