Determine the order of a multidimensional array based on a provided stride array.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Default ndarray settings.
Return the layout order of a provided ndarray.
ndarray data buffer constructors.
Return the number of ndarray dimensions.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Return the strides of a provided ndarray.
Convert an ndarray buffer to a generic array.
Restrict an index to the interval [0,max].
Test if an input value is a supported ndarray complex-valued floating-point data type.
Convert an ndarray-like object to an object likely to have the same "shape".
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Convert an ndarray to a generic array.
List of ndarray casting modes.
Reinterpret a BooleanArray as a Uint8Array.
Resolve a loop block size for multi-dimensional array tiled loops.
Return the number of ndarray dimensions.
Return the data type of a provided ndarray.
Test if an input value is a supported built-in ndarray data type string.
Create a zero-filled generic array.
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.