numpy.lib.stride_tricks#
Utilities that manipulate strides to achieve desirable effects.
An explanation of strides can be found in the The N-dimensional array (ndarray).
Functions#
Functions
|
Create a view into the array with the given shape and strides. |
|
Create a sliding window view into the array with the given window shape. |