ndarray data buffer constructors.
Determine the order of a multidimensional array based on a provided stride array.
Convert an ndarray to a generic array.
Default ndarray settings.
Return the number of elements in an array.
Create a contiguous linear ndarray data buffer.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Test if an input value is a supported built-in ndarray data type string.
Test if an input value is a supported ndarray complex-valued floating-point data type.
Normalize an index to the interval [0,max].
Given a stride array, determine array iteration order.
Resolve a loop block size for multi-dimensional array tiled loops.
Wrap an index on the interval [0,max].
List of ndarray casting modes.
Return the flags of a provided ndarray.
Resolve the output data type from a list of input ndarray data types.
Convert an ndarray buffer to a generic array.
Converts an ndarray into an array-of-arrays
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Restrict an index to the interval [0,max].
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
FFT for ndarrays
Assign elements in an input ndarray to elements in an output ndarray.
Reorder ndarray dimensions and associated strides for loop interchange.