Determine the minimum ndarray data type for storing a provided signed integer value.
Determine the minimum array data type for storing a provided signed integer value.
Return an object mapping supported data type strings to data type objects.
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.
Return the alignment (in bytes) for an underlying array data type.
Return the enumeration constant associated with an ndarray data type string.
List of ndarray data type strings.
Return the data type of a provided ndarray.
List of output ndarray data type policies.
Multidimensional arrays.
Return the number of bytes per element for a provided underlying ndarray data type.
Test if an input value is a supported ndarray signed integer data type.
Base multidimensional array.
Convert an unsigned 32-bit integer to a signed 32-bit integer.
Return a data type from a string representing the type
Resolve the output data type from a list of input ndarray data types.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast or cast within the same kind.
Return the data type of an ndarray data buffer.
ndarray data buffer constructors.