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.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Test if an input value is a supported ndarray real-valued data type.
Return the flags of a provided ndarray.
Return a specified flag for a provided ndarray.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Reorder ndarray dimensions and associated strides for loop interchange.
List of ndarray orders.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Broadcast an ndarray to a specified shape.
Resolve the output data type from a list of input ndarray data types.
Test if an input value is a supported ndarray unsigned integer data type.
Assign elements in an input ndarray to elements in an output ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Test whether two values are equal data types.
Test if an ndarray is read-only.
Test if an input value is a supported ndarray integer data type.
Broadcast a scalar value to an ndarray having a specified shape.
Test if an input value is a supported ndarray boolean data type.
Test if an input value is a supported ndarray real-valued floating-point data type.
Resolve the data type that results from applying promotion rules to a provided list of data types.
Test if an input value is a supported ndarray floating-point data type.