[ Web Proxy ]
URL:
Viewing: https://numpy.org/doc/stable/reference/generated/numpy.lib.stride_tricks.html [Back]  [Original]

numpy.lib.stride_tricks — NumPy v2.5 Manual
Back to top
Search the docs ...:

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

as_strided(x[,shape,strides,subok,...])

Create a view into the array with the given shape and strides.

sliding_window_view(x,window_shape[,axis,...])

Create a sliding window view into the array with the given window shape.


Web Proxy Viewer  |  New URL  |  Original Page