Default ndarray settings.
Return the strides of a provided ndarray.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
ndarray data buffer constructors.
Restrict an index to the interval [0,max].
Convert an ndarray buffer to a generic array.
Convert an ndarray-like object to an object likely to have the same "shape".
Return the number of ndarray dimensions.
Return the data type of a provided ndarray.
Convert an ndarray to a generic array.
Test if an input value is a supported ndarray complex-valued floating-point data type.
List of ndarray casting modes.
Wrap an index on the interval [0,max].
Test if an input value is a supported built-in ndarray data type string.
Resolve a loop block size for multi-dimensional array tiled loops.
Create a contiguous linear ndarray data buffer.
Return the stride along a specified dimension for a provided ndarray.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Return the data type of a provided ndarray.
Create a zero-filled generic array.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Return an index given an index mode.
Test if an input value is a supported ndarray real-valued data type.
Return the flags of a provided ndarray.