Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
Return the number of ndarray dimensions.
Return the layout order of a provided ndarray.
List of ndarray orders.
List of ndarray index modes.
Return an object mapping supported data type strings to enumeration constants.
Return the underlying data buffer of a provided ndarray.
Return the description for a provided data type.
Test whether an input value is the string representing column-major order.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Return the shape of a provided ndarray.
Test if an input value is an ndarray order.
Return the data type of a provided ndarray.
Saves an ndarray as an image to a file
Return the underlying data buffer of a provided ndarray.
Return the number of ndarray dimensions.
Determine if a buffer length is compatible with provided ndarray meta data.
Generate a stride array from an array shape.
Convert an ndarray-like object to an object likely to have the same "shape".
Return the stride along a specified dimension for a provided ndarray.
Determine the order of a multidimensional array based on a provided stride array.
Test if an input value is a supported ndarray index mode.
Return the data type of a provided ndarray.
Return the number of elements in an array.