Convert an ndarray to a generic array.
Create a complex number.
Return the flags of a provided ndarray.
Restrict an index to the interval [0,max].
Test if an input value is a supported ndarray complex-valued floating-point data type.
Return the stride along a specified dimension for a provided ndarray.
Given a stride array, determine array iteration order.
Convert an ndarray buffer to a generic array.
Normalize an index to the interval [0,max].
List of ndarray casting modes.
Resolve the casting data type for an input ndarray provided to a binary function.
Resolve a loop block size for multi-dimensional array tiled loops.
Wrap an index on the interval [0,max].
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
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.
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
Convert a linear index in an array view to a linear index in an underlying data buffer.
Create a typed array.
Return the data type enumeration constant of an ndarray data buffer.
Test if an input value is a supported ndarray real-valued data type.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
FFT for ndarrays
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.