Return the underlying data buffer of a provided ndarray.
Return the number of ndarray dimensions.
Return the layout order of a provided ndarray.
Default ndarray settings.
ndarray data buffer constructors.
Restrict an index to the interval [0,max].
Convert an ndarray-like object to an object likely to have the same "shape".
Return the data type of a provided ndarray.
Convert an ndarray buffer to a generic array.
List of ndarray casting modes.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Convert an ndarray to a generic array.
Resolve a loop block size for multi-dimensional array tiled loops.
Test if an input value is a supported built-in ndarray data type string.
Create a contiguous linear ndarray data buffer.
Create a zero-filled generic array.
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.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Return an index given an index mode.
Resolve the output data type from a list of input ndarray data types.
Return the flags of a provided ndarray.
Test if an input value is a supported ndarray real-valued data type.