@stdlib/ndarray-base-numel
Return the number of elements in an array.
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.
List of ndarray casting modes.
Return the underlying data buffer of a provided ndarray.
Default ndarray settings.
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).
Return the number of non-singleton dimensions.