Resolve a list of data type strings.
Multidimensional arrays.
Test if an input value is an ndarray data type object.
Test if an input value is a supported ndarray data type.
Return the single letter character abbreviation for an underlying array data type.
Return the number of bytes per element for a provided underlying ndarray data type.
Return an object mapping supported data type strings to enumeration constants.
Return the enumeration constant associated with an ndarray data type string.
Base multidimensional array.
Return an object mapping supported data type strings to data type objects.
Return the underlying data buffer of a provided ndarray.
Return the description for a provided data type.
Return the enumeration constant associated with a supported ndarray data type value.
Return the alignment (in bytes) for an underlying array data type.
Return the strides of a provided ndarray.
Normalize an index to the interval [0,max].
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Determine if a buffer length is compatible with provided ndarray meta data.
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 layout order of a provided ndarray.
Create a zero-filled generic array.
Test if an input value is an ndarray order.
Generate a stride array from an array shape.