Convert a linear index to an array of subscripts.
Resolve a loop block size for multi-dimensional array tiled loops.
Apply a binary callback to elements in input ndarrays and assign results to elements in an output ndarray.
Create a zero-filled ndarray having the same shape and data type as a provided ndarray.
Return the next Cartesian index (i.e., set of subscripts/dimension indices).
Convert a scalar value to a zero-dimensional ndarray.
Gamma distribution cumulative distribution function (CDF).
Convert an array-like object to an object likely to have the same "shape".
Common operations for ndarray arrays
Return a data type from a string representing the type
Beta distribution quantile function.
Return the shape defined by the dimensions which are not included in a list of dimensions.
Beta distribution probability density function (PDF).
Multidimensional arrays.
Test if an input value is a supported ndarray casting mode.
Apply a nullary callback and assign results to elements in a strided output array.
Convert an ndarray-like object to an ndarray.
Convert an ndarray-like object to a scalar value.
Given a stride array, determine whether an array is row-major.
Resize an ndarray with Lanczos resampling
Broadcast an input ndarray to a target shape while keeping a list of specified dimensions unchanged.
Beta distributed pseudorandom numbers.
Return a list of unique indices after normalizing to the interval [0,max].
Resolve the output ndarray data type for a unary function.