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