Determine the order of a multidimensional array based on a provided stride array.
Default ndarray settings.
Return the number of elements in an array.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Convert a scalar value to a zero-dimensional ndarray.
Wrap an index on the interval [0,max].
Serialize ndarray meta data.
Return a read-only view of an input ndarray.
Test if an input value is a supported ndarray complex-valued floating-point data type.
List of ndarray casting modes.
Convert an ndarray buffer to a generic array.
Return the real and imaginary components of a single-precision complex floating-point number.
Resolve a loop block size for multi-dimensional array tiled loops.
Test if an input value is a supported built-in ndarray data type string.
Return an array of an object's own symbol properties.
Test if an input value is a supported ndarray floating-point data type.
Determine the index offset which specifies the location of the first indexed value in a multidimensional array based on a stride array.
Create a contiguous linear ndarray data buffer.
Return the real and imaginary components of a double-precision complex floating-point number.
Create a zero-filled generic array.
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.
Generate pseudorandom numbers drawn from a continuous uniform distribution.
Beta distribution constructor.