Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
List of ndarray casting modes.
Return the data type of a provided ndarray.
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 built-in ndarray data type string.
Test if an input value is a supported ndarray floating-point data type.
Create a zero-filled generic array.
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 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.
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