@stdlib/ndarray-base-ind2sub
Convert a linear index to an array of subscripts.
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.
Return the layout order of a provided ndarray.
Prepend singleton dimensions.
Remove singleton dimensions.
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.
Serialize ndarray meta data.
Return the shape of a provided ndarray.
Generate a stride array from an array shape.