List of ndarray casting modes.
Convert an ndarray buffer to a generic array.
Return the stride along a specified dimension for a provided ndarray.
Test if an input value is a supported ndarray floating-point data type.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Create a zero-filled generic array.
Create a zero-filled ndarray having a specified shape and data type.
Test if an input value is a supported ndarray boolean index data type.
Test if an input value is a supported ndarray real-valued data type.
Return an index given an index mode.
Create a vector (i.e., a one-dimensional ndarray).
Return the flags of a provided ndarray.
Return a specified flag for a provided ndarray.
Reorder ndarray dimensions and associated strides for loop interchange.
Assign elements in an input ndarray to elements in an output ndarray.
Convert a scalar value to a zero-dimensional ndarray.
Multidimensional Arrays
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Return the data type of a complex number.
Broadcast an ndarray to a specified shape.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Test if an input value is a supported ndarray unsigned integer data type.
Determine the minimum ndarray data type for storing a provided signed integer value.
Determine whether a scalar value can be safely cast or, for floating-point data types, downcast to specified ndarray data type.