Test whether an input value is the string representing column-major order.
Convert an ndarray 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.
Given a stride array, determine array iteration order.
Return the data type of a provided ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Convert an ndarray buffer to a generic array.
Normalize an index to the interval [0,max].
List of ndarray casting modes.
Restrict an index to the interval [0,max].
Return the flags of a provided ndarray.
Return the ndarray data type with the smallest size and closest kind to which ndarray data types can be safely cast.
Converts an ndarray into an array-of-arrays
Return the stride along a specified dimension for a provided ndarray.
Return the data type of a provided ndarray.
Create a contiguous linear ndarray data buffer.
FFT for ndarrays
Wrap an index on the interval [0,max].
Convert a linear index in an array view to a linear index in an underlying data buffer.
Test if an input value is a supported ndarray real-valued data type.
Resolve the output data type from a list of input ndarray data types.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Broadcast an ndarray to a specified shape.