Resolve a loop block size for multi-dimensional array tiled loops.
Determine if a buffer length is compatible with provided ndarray meta data.
Default ndarray settings.
Return the number of ndarray dimensions.
Packs an array-of-arrays into a single ndarray
Return the layout order of a provided ndarray.
ndarray data buffer constructors.
Return a data type from a string representing the type
List of output ndarray data type policies.
Given a stride array, determine whether an array is row-major.
Wrap an index on the interval [0,max].
Return the data type of a provided ndarray.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Convert a linear index to an array of subscripts.
Reorder ndarray dimensions and associated strides for loop interchange.
Create a filled generic array.
Test if an input value is a supported ndarray floating-point data type.
Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.
Return the stride along a specified dimension for a provided ndarray.
Test if an input value is a supported built-in ndarray data type string.
Test if an input value is a supported ndarray boolean index data type.
Resolve the data type that results from applying promotion rules to a provided list of data types.
Convert an ndarray-like object to an ndarray.
Create a contiguous linear ndarray data buffer.