@stdlib/ndarray-base-dtype-desc
Return the description for a provided data type.
Return the description for a provided data type.
Return the data type string associated with an ndarray data type enumeration constant.
Return the enumeration constant associated with a supported ndarray data type value.
Return the data type string associated with a supported ndarray data type value.
Return the enumeration constant associated with an ndarray data type string.
Return the C data type associated with a provided data type value.
Transform a list of array argument data types into a list of signatures.
Create an uninitialized ndarray having a specified shape and data type.
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.
Return an index given an index mode.
Convert a linear index to an array of subscripts.
Given a stride array, determine array iteration order.
Reorder ndarray dimensions and associated strides for loop interchange.
Resolve a loop block size for multi-dimensional array tiled loops.