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.
ndarray data buffer constructors.
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.
List of ndarray casting modes.
Convert an ndarray buffer to a generic array.
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.
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 floating-point data type.
Test if an input value is a supported ndarray real-valued data type.
Return an index given an index mode.
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Test if an input value is a supported ndarray boolean index data type.