Wrap an index on the interval [0,max].
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.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Return the data type of a complex number.
Return an index given an index mode.
Test if an input value is a supported ndarray floating-point data type.
Determine the minimum ndarray data type for storing a provided signed integer value.
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.
Create a zero-filled ndarray having a specified shape and data type.
Return the flags of a provided ndarray.
Return a specified flag for a provided ndarray.
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.
Assign elements in an input ndarray to elements in an output ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Broadcast an ndarray to a specified shape.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.