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.
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.
Strided.
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.
Constructor for applying a strided function to an input ndarray.
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.