Determine the minimum ndarray data type for storing a provided unsigned integer value.
Return an object mapping supported data type strings to enumeration constants.
Return the data type string associated with a supported ndarray data type value.
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 description for a provided data type.
Return the single letter character abbreviation for an underlying array data type.
Test if an input value is a supported ndarray unsigned integer data type.
Split a double-precision floating-point number into a higher order word and a lower order word.
Create a double-precision floating-point number from a higher order word and a lower order word.
Return an object mapping supported data type strings to data type objects.
Return the enumeration constant associated with an ndarray data type string.
Return the alignment (in bytes) for an underlying array data type.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
List of ndarray data type strings.
Return the data type of a provided ndarray.
Multidimensional arrays.
Determine the minimum array data type for storing a provided signed integer value.
Convert an unsigned 32-bit integer to a signed 32-bit integer.
Return the number of bytes per element for a provided underlying ndarray data type.
List of output ndarray data type policies.
Base multidimensional array.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Return a data type from a string representing the type