Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Assign elements in an input ndarray to elements in an output ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
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.
Broadcast an ndarray to a specified shape.
Multidimensional Arrays
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Test if an input value is a supported ndarray unsigned integer data type.
Test whether two values are equal data types.
Test if an input value is a supported ndarray boolean data type.
Data type constructor.
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 numeric data type.
Test if an input value is a supported ndarray real-valued floating-point data type.
Test whether an input value is the string representing row-major order.
Test if an input value is a supported ndarray floating-point data type.
Test if an input value is a supported ndarray mask index data type.
Test if an input value is a supported ndarray integer index data type.
Create a zero-filled ndarray having a specified shape and data type.
Test if an input value is a supported ndarray signed integer data type.