Return the number of elements in an array.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Determine the order of a multidimensional array based on a provided stride array.
Test whether an input value is the string representing column-major order.
Determine if an ndarray data type can be cast to another ndarray data type according to a specified casting mode.
Given a stride array, determine array iteration order.
Test if an input value is a supported ndarray real-valued data type.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
ndarray data buffer constructors.
Return the number of ndarray dimensions.
Return the strides of a provided ndarray.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
List of ndarray casting modes.
Return the data type of a provided ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Return a specified flag for a provided ndarray.
Return the number of ndarray dimensions.
Test if an input value is a supported built-in ndarray data type string.
Create a zero-filled generic array.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
Wrap an index on the interval [0,max].
Create a contiguous linear ndarray data buffer.
Return the stride along a specified dimension for a provided ndarray.