Generate a stride array from an array shape.
A dead-simple module for picking a random item with weights.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Return the layout order of a provided ndarray.
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.
Return the number of elements in an array.
Return the number of ndarray dimensions.
ndarray data buffer constructors.
Test whether an input value is the string representing column-major order.
Convert an ndarray-like object to an object likely to have the same "shape".
Default ndarray settings.
Return the data type of a provided ndarray.
Convert an ndarray to a generic array.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Given a stride array, determine array iteration order.
Test if an input value is a supported built-in ndarray data type string.
Convert an ndarray buffer to a generic array.
Resolve a loop block size for multi-dimensional array tiled loops.
Normalize an index to the interval [0,max].
List of ndarray casting modes.
Return the flags of a provided ndarray.
Converts an ndarray into an array-of-arrays