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.
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.
List of ndarray orders.
List of ndarray index modes.
Reads the pixels of an image as an ndarray
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Return the layout order of a provided ndarray.
Default ndarray settings.
Return the strides of a provided ndarray.
Test if an input value is an ndarray order.
Test if an input value is a supported ndarray index mode.
Return the shape of a provided ndarray.
Generate a stride array from an array shape.
Return the number of ndarray dimensions.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Normalize an index to the interval [0,max].
Given a stride array, determine array iteration order.
Determine the order of a multidimensional array based on a provided stride array.
Return the data type of a provided ndarray.
Return the number of ndarray dimensions.
Test if an input value is a supported built-in ndarray data type string.
Return the number of elements in an array.
Return the layout order of a provided ndarray.