Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Given a stride array, determine array iteration order.
Allocate a buffer containing a provided string.
Determine if a buffer length is compatible with provided ndarray meta data.
Return the number of elements in an array.
Determine the order of a multidimensional array based on a provided stride array.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Return a view of an input 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.
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.
Create a contiguous linear ndarray data buffer.
Return an index given an index mode.
Test if an input value is a supported ndarray floating-point data type.
Beta distribution constructor.
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.
Gamma distribution constructor.
Create a zero-filled ndarray having a specified shape and data type.
Convert a scalar value to a zero-dimensional ndarray.