Given a stride array, determine array iteration order.
Return the number of elements in an array.
Determine the order of a multidimensional array based on a provided stride array.
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.
Wrap an index on the interval [0,max].
Return the data type of a provided ndarray.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Return the stride along a specified dimension for a provided ndarray.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Test if an input value is a supported built-in ndarray data type string.
Resolve a loop block size for multi-dimensional array tiled loops.
Return an index given an index mode.
Test if an input value is a supported ndarray floating-point data type.
Test if an input value is a supported ndarray real-valued data type.
Test if an input value is a supported ndarray boolean index data type.
Resolve the data type that results from applying promotion rules to a provided list of data types.
Return the flags of a provided ndarray.
Resolve a list of data type strings.
Return a specified flag for a provided ndarray.
Resolve the output data type from a list of input ndarray data types.
Reorder ndarray dimensions and associated strides for loop interchange.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.