ndarray data buffer constructors.
Wrap an index on the interval [0,max].
Convert a scalar value to a zero-dimensional ndarray.
Return the data type of a provided ndarray.
Test if an input value is a supported ndarray complex-valued floating-point data type.
List of ndarray casting modes.
Return the stride along a specified dimension for a provided ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Test if an input value is a supported built-in ndarray data type string.
Test if an input value is a supported ndarray floating-point data type.
Create a contiguous linear ndarray data buffer.
Return the data type of a provided ndarray.
Create a zero-filled generic array.
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.
Resolve a list of data type strings.
Test if an input value is a supported ndarray real-valued data type.
Return an index given an index mode.
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Return the flags of a provided ndarray.
Resolve the output data type from a list of input ndarray data types.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Return a specified flag for a provided ndarray.
Assign elements in an input ndarray to elements in an output ndarray.