List of ndarray casting modes.
Determine whether a scalar value can be safely cast or, for floating-point data types, downcast to specified ndarray data type.
Convert an ndarray buffer to a generic array.
Test if an input value is a supported ndarray floating-point data type.
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.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride 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.
Create a zero-filled generic array.
Create a typed array.
Complex number constructors.
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.
Typed array constructors.
Return a specified flag for a provided ndarray.
Test if a value is an ndarray-like object having a specified data type.
Reorder ndarray dimensions and associated strides for loop interchange.
Assign elements in an input ndarray to elements in an output ndarray.
Multidimensional Arrays
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.