Given a stride array, determine whether an array is row-major.
Test if an input value is a supported input ndarray casting policy.
Create a vector (i.e., a one-dimensional ndarray).
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Resolve a list of data type enumeration constants.
Reorder ndarray dimensions and associated strides for loop interchange.
Resolve the input ndarray casting data type for a unary function.
Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.
Convert a scalar value to a zero-dimensional ndarray.
Apply a callback to elements in an input ndarray and assign results to elements in an output ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Return the number of elements in an ndarray.
Statistical moments of ndarrays
Create a function for performing a reduction on a provided ndarray.
Data visualization toolkit
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
Create a zero-filled ndarray having the same shape and data type as a provided ndarray.
Get 4-channel pixels array from an ndarray or nested array
Serialize ndarray meta data.
Fill an input ndarray according to a callback function.
Constructor for performing a reduction on an input ndarray.
Fill an input ndarray according to a callback function.
Generates a linearly spaced numeric array.
Displays an ndarray as an image