Apply a one-dimensional strided array function to a list of specified dimensions in an ndarray.
Create a function for applying a strided function to a provided ndarray.
Constructor for applying a strided function to an ndarray.
Apply a nullary callback and assign results to elements in a strided output array.
Reorder ndarray dimensions and associated strides for loop interchange.
Create a function for performing a reduction on a provided ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Constructor for performing a reduction on an input ndarray.
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.
Test if an input value is a supported ndarray data type.
Return the number of bytes per element for a provided underlying ndarray data type.
Test if an input value is an ndarray data type object.
Return the data type string associated with a supported ndarray data type value.
Create a zero-filled generic array.
Return the data type string associated with an ndarray data type enumeration constant.
Return an object mapping supported data type strings to data type objects.
Multidimensional arrays.
Return the enumeration constant associated with a supported ndarray data type value.
Return the shape of a provided ndarray.
Base multidimensional array.
Test whether an input value is the string representing column-major order.
Return the strides of a provided ndarray.
Return the alignment (in bytes) for an underlying array data type.