Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
Return the strides of a provided ndarray.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.
Return the index offset specifying the underlying buffer index of the first iterated ndarray element.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Return the underlying data buffer of a provided ndarray.
Test if an input value is an ndarray order.
Return the shape of a provided ndarray.
Test if an input value is a supported ndarray index mode.
Determine the minimum array data type for storing a provided signed integer value.
Return the number of ndarray dimensions.
Generate a stride array from an array shape.
Normalize an index to the interval [0,max].
Given a stride array, determine array iteration order.
Determine if an ndarray data type can be safely cast or, for floating-point data types, downcast to another ndarray data type.
Determine if a buffer length is compatible with provided ndarray meta data.
Determine the order of a multidimensional array based on a provided stride array.
Default ndarray settings.
Return the number of ndarray dimensions.
Return the number of elements in an array.
Return the layout order of a provided ndarray.
Wrap an index on the interval [0,max].
Test if an input value is a supported ndarray complex-valued floating-point data type.
Convert an ndarray to a generic array.