@stdlib/ndarray-base-assert-is-unsigned-integer-data-type
Test if an input value is a supported ndarray unsigned integer data type.
Test if an input value is a supported ndarray unsigned integer data type.
Reorder ndarray dimensions and associated strides for loop interchange.
Resolve a loop block size for multi-dimensional array tiled loops.
Convert a linear index in an underlying data buffer to a linear index in an array view.
Broadcast an ndarray to a specified shape.
Broadcast ndarrays to a common shape.
Broadcast a scalar value to an ndarray having a specified shape.
Broadcast array shapes to a single shape.
Create a contiguous linear ndarray data buffer.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Expand the shape of an array by inserting a new dimension of size one at a specified axis.
Return a specified flag for a provided ndarray.
Return the flags of a provided ndarray.
Return a view of an input ndarray in which the order of elements along the 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.
Convert a scalar value to a zero-dimensional ndarray.
Base multidimensional array.
Return the underlying data buffer of a provided ndarray.
Return the data type of a provided ndarray.
Return the C data type associated with a provided data type value.