@stdlib/ndarray-base-slice-dimension-from
Return a shifted view of an input ndarray along a specific 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 the stride along a specified dimension for a provided ndarray.
Return the strides of a provided ndarray.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Determine the order of a multidimensional array based on a provided stride array.
Convert a linear index to an array of subscripts.
Given a stride array, determine array iteration order.
Compute the maximum linear index in an underlying data buffer accessible to an array view.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Broadcast ndarrays to a common shape.
Define non-enumerable read-only properties which expose ndarray function meta data.
Compute the minimum linear index in an underlying data buffer accessible to an array view.
Reorder ndarray dimensions and associated strides for loop interchange.
Resolve a loop block size for multi-dimensional array tiled loops.
Return the number of elements in an array.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.