@stdlib/ndarray-base-slice-dimension
Return a view of an input ndarray when sliced along a specified dimension.
Return a view of an input ndarray when sliced along a specified dimension.
Return a shifted view of an input ndarray along a specific dimension.
Return a truncated view of an input ndarray along a specific dimension.
Return a shifted view of an input ndarray.
Return a truncated view of an input ndarray.
Return a view of an input ndarray in which the order of elements along each dimension is reversed.
Return a view of an input ndarray in which the order of elements along a specified dimension is reversed.
Multidimensional array constructor.
Transpose a matrix (or a stack of matrices).
Return a read-only view of an input ndarray.
Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.
Return a read-only view of an input ndarray when sliced along a specified dimension.
Return a read-only shifted view of an input ndarray along a specific dimension.
Return a read-only truncated view of an input ndarray along a specific dimension.
Return a read-only shifted view of an input ndarray.
Return a read-only truncated view of an input ndarray.
Create a zero-filled ndarray having the same shape and data type as a provided ndarray.
Create a zero-filled ndarray having a specified shape and data type.
Slice constructor.
Multi-slice constructor.