@stdlib/ndarray-base-flipud
Return a view of an input ndarray in which the order of elements along the second-to-last dimension is reversed.
Return a view of an input ndarray in which the order of elements along the second-to-last dimension is reversed.
Return a shallow copy of a portion of an array.
Convert an array to an object supporting fancy indexing.
Array index constructor.
Create an iterator from an array-like object view.
Create an iterator from an array-like object view, iterating from right to left.
Return a shallow copy of a portion of an array.
Assign element values from a broadcasted input array to corresponding elements in an output array.
Return a shallow copy of a portion of an array.
Return a view of an input ndarray.
Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.
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.
Test if a value is a MultiSlice object.
Test if a value is a Slice object.