ndarray data buffer constructors.
Default ndarray settings.
Return the data type of a provided ndarray.
Convert an ndarray to a generic array.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Convert an ndarray buffer to a generic array.
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.
List of ndarray casting modes.
Return the stride along a specified dimension for a provided ndarray.
Return the flags of a provided ndarray.
Restrict an index to the interval [0,max].
Return the data type of a provided ndarray.
Converts an ndarray into an array-of-arrays
Create a contiguous linear ndarray data buffer.
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Wrap an index on the interval [0,max].
FFT for ndarrays
Test if an input value is a supported ndarray real-valued data type.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Resolve the output data type from a list of input ndarray data types.