Test if an input value is an ndarray order.
Return the shape of a provided ndarray.
Return the number of ndarray dimensions.
Generate a stride array from an array shape.
Return the underlying data buffer of a provided ndarray.
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 layout order of a provided ndarray.
Return the number of elements in an array.
ndarray data buffer constructors.
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 first index at which a given element can be found.
Resolve a loop block size for multi-dimensional array tiled loops.
Return the stride along a specified dimension for a provided ndarray.
Test if an input value is a supported built-in ndarray data type string.
Create a contiguous linear ndarray data buffer.
Return the data type of a provided ndarray.