@stdlib/ndarray-base-empty-like
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
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.
Invoke a callback function once for each ndarray element.
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.
Return the single letter character abbreviation for an underlying array 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.
Transform a list of array argument data types into a list of signatures.
Create an uninitialized ndarray having a specified shape and data type.