Determine the minimum array data type for storing a provided signed integer value.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Return the layout order of a provided ndarray.
Wrap an index on the interval [0,max].
Test if an input value is a supported ndarray complex-valued floating-point data type.
Convert an ndarray buffer to a generic array.
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.
Test if an input value is a supported built-in ndarray data type string.
Resolve a loop block size for multi-dimensional array tiled loops.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Return the enumeration constant associated with an output ndarray data type policy string.
Return the data type of a complex number.
Return an index given an index mode.
Test if an input value is a supported ndarray floating-point data type.
Determine the minimum ndarray data type for storing a provided signed integer value.
Test if an input value is a supported ndarray real-valued data type.
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 ndarray having a specified shape and data type.
Return the flags of a provided ndarray.
Return a specified flag for a provided ndarray.
Reorder ndarray dimensions and associated strides for loop interchange.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.