This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Shift an array.
The array is shifted using spline interpolation of the requested order. Points outside the boundaries of the input are filled according to the given mode.
Parameters : | input : ndarray
shift : float or sequence, optional
output : ndarray or dtype, optional
order : int, optional
mode : str, optional
cval : scalar, optional
prefilter : bool, optional
|
---|---|
Returns : | return_value : ndarray or None
|