Return the layout order of a provided ndarray.
Wrap an index on the interval [0,max].
Return the data type of a provided ndarray.
ndarray data buffer constructors.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Convert an ndarray buffer to a generic array.
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.
Create a contiguous linear ndarray data buffer.
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.
Create a function for performing reduction on two input ndarrays.
Assign elements in an input ndarray to elements in an output ndarray.