Wrap an index on the interval [0,max].
Create a contiguous linear ndarray data buffer.
Resolve a list of data type strings.
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
Broadcast an ndarray to a specified shape.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Test if an input value is a supported ndarray struct data type.
Test if a value is an empty array.
Resolve the output data type from a list of input ndarray data types.
Reorder ndarray dimensions and associated strides for loop interchange.
Test if an input value is a supported ndarray unsigned integer data type.
Return the data type of an ndarray data buffer.
Test if an input value is a supported ndarray boolean data type.
Test whether two values are equal data types.
Test if an input value is a supported ndarray integer data type.
Assign elements in an input ndarray to elements in an output ndarray.