Resolve a loop block size for multi-dimensional array tiled loops.
Return a specified flag for a provided ndarray.
Return the number of ndarray dimensions.
Test if an input value is a supported ndarray floating-point data type.
Test if an input value is a supported built-in ndarray data type string.
Resolve the data type that results from applying promotion rules to a provided list of data types.
Create a zero-filled generic array.
Create a signed 16-bit integer vector (i.e., a one-dimensional ndarray).
Test if an input value is a supported ndarray boolean index data type.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Wrap an index on the interval [0,max].
Resolve a list of data type strings.
Create a contiguous linear ndarray data buffer.
Return the stride along a specified dimension for a provided ndarray.
Create a signed 8-bit integer vector (i.e., a one-dimensional ndarray).
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Return the data type of a provided ndarray.
Data type constructor.
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Return an index given an index mode.
Test if an ndarray is read-only.
Return the flags of a provided ndarray.
Multidimensional Arrays
Broadcast an ndarray to a specified shape.