@stdlib/ndarray-base-max-view-buffer-index
Compute the maximum linear index in an underlying data buffer accessible to an array view.
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.
Return the data type string associated with an ndarray data type enumeration constant.
Return the enumeration constant associated with a supported ndarray data type policy value.
Return the policy string associated with a supported ndarray data type policy value.
Return the enumeration constant associated with an output ndarray data type policy string.
Prepend singleton dimensions.
Remove singleton dimensions.
Serialize ndarray meta data.
Return the shape of a provided ndarray.
Generate a stride array from an array shape.