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.
Return the stride along a specified dimension for a provided ndarray.
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.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
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.
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.