Given a stride array, determine array iteration order.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Determine if a buffer length is compatible with provided ndarray meta data.
Determine the order of a multidimensional array based on a provided stride array.
Default ndarray settings.
Return the number of ndarray dimensions.
Return the number of elements in an array.
Return the layout order of a provided ndarray.
ndarray data buffer constructors.
Return a data type from a string representing the type
Wrap an index on the interval [0,max].
Return the data type of a provided ndarray.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Convert an ndarray to a generic array.
Convert an ndarray buffer to a generic array.
Return the stride along a specified dimension for a provided ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
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.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Create a contiguous linear ndarray data buffer.
Return the data type of a provided ndarray.
Create a zero-filled generic array.
Test if an input value is a supported ndarray boolean index data type.