What does `np.lib.stride_tricks.as_strided` allow you to do?
-
A
Sort an array using stride-based quicksort
-
B
Create a view of an array with custom shape and strides, enabling advanced windowing operations
-
C
Compress array storage using stride encoding
-
D
Automatically broadcast two arrays to a common stride