Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
Convert an ndarray to a generic array.
Return the data type of a provided ndarray.
Return the data type string associated with an ndarray data type enumeration constant.
Normalize an index to the interval [0,max].
Return the shape of a provided ndarray.
Return the alignment (in bytes) for an underlying array data type.
List of ndarray data type strings.
Return the single letter character abbreviation for an underlying array data type.
List of ndarray casting modes.
Return the enumeration constant associated with an ndarray data type string.
Return an object mapping supported data type strings to enumeration constants.
Convert an ndarray buffer to a generic array.
Test if an input value is a supported ndarray data type.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Return an index given an index mode.
Return the number of bytes per element for a provided underlying ndarray data type.
Return the number of ndarray dimensions.
Return a specified flag for a provided ndarray.
Return the data type of a provided ndarray.
Data type constructor.
Given a stride array, determine array iteration order.
Return the data type string associated with a supported ndarray data type value.
Resolve a list of data type strings.