Return the strides of a provided ndarray.
Return the description for a provided data type.
List of ndarray data type strings.
Return the shape of a provided ndarray.
Return the single letter character abbreviation for an underlying array data type.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Test whether an input value is the string representing column-major order.
List of ndarray orders.
List of ndarray index modes.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Return an object mapping supported data type strings to enumeration constants.
Return the enumeration constant associated with an ndarray data type string.
Return the layout order of a provided ndarray.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Return the strides of a provided ndarray.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Return a list of array data types to which a provided array data type can be safely cast and, for floating-point data types, can be downcast.
Return the underlying data buffer of a provided ndarray.
Test if an input value is an ndarray order.
Return the shape of a provided ndarray.
Test if an input value is a supported ndarray index mode.
Generate a stride array from an array shape.
Return the number of ndarray dimensions.