@stdlib/ndarray-dtype
Return the data type of a provided ndarray.
Return the data type of a provided ndarray.
List of ndarray data types.
Return a specified flag for a provided ndarray.
Return the flags of a provided ndarray.
Convert a linear index to an array of subscripts.
List of ndarray index modes.
Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).
Return the number of singleton dimensions.
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.
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.