@stdlib/ndarray-base-order
Return the layout order of a provided ndarray.
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.
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.
List of ndarray casting modes.
Multidimensional array constructor.
Return the underlying data buffer of a provided ndarray.
Default ndarray settings.
C API for returning the ndarray data type corresponding to a Node-API typed array type.
Convert an ndarray-like object to an object likely to have the same "shape".
Return the number of ndarray dimensions.
Return the next Cartesian index (i.e., set of subscripts/dimension indices).