Skip to content

module numpy.lib.stride_tricks

Source: stdlib/numpy/lib/stride_tricks.codon


as_strided(x, shape = None, strides = None, writeable: bool = True)


sliding_window_view(x, window_shape, axis = None, writeable: bool = False)