Return the data type of a provided ndarray.
Assign elements in an input ndarray to elements in an output ndarray.
Test if an input value is a supported ndarray index mode.
Normalize an index to the interval [0,max].
Split a double-precision floating-point number into a higher order word and a lower order word.
Return the stride along a specified dimension for a provided ndarray.
Wrap an index on the interval [0,max].
Return the layout order of a provided ndarray.
Create a double-precision floating-point number from a higher order word and a lower order word.
Create a contiguous linear ndarray data buffer.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
ndarray data buffer constructors.
Return an accessor function for retrieving an element from an indexed array-like object.
Resolve the output data type from a list of input ndarray data types.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Multidimensional array constructor.
Restrict an index to the interval [0,max].
Return an index given an index mode.
Multidimensional Arrays
Test if an input value is a supported built-in ndarray data type string.
Given a stride array, determine whether an array is row-major.
Convert an ndarray to a generic array.
Resolve a loop block size for multi-dimensional array tiled loops.
List of ndarray data types.