Create a function for applying a strided function to a provided ndarray.
Create a function for performing a reduction on a provided ndarray.
Constructor for applying a strided function to an ndarray.
Apply a one-dimensional strided array function to a list of specified dimensions in an ndarray.
Constructor for performing a reduction on an input ndarray.
Apply a nullary callback and assign results to elements in a strided output array.
Create a function for performing a reduction on a provided ndarray according to a callback function.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Multidimensional arrays.
Reorder ndarray dimensions and associated strides for loop interchange.
Resolve a loop block size for multi-dimensional array tiled loops.
Create a function for applying a strided function to a provided ndarray.
Constructor for performing a reduction on an input ndarray according to a callback function.
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.
Return an object mapping supported data type strings to data type objects.
Return the number of bytes per element for a provided underlying ndarray data type.
Test if an input value is a supported ndarray data type.
Return the data type string associated with a supported ndarray data type value.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Return the data type string associated with an ndarray data type enumeration constant.
Create a zero-filled generic array.
Test if an input value is an ndarray data type object.
Return the enumeration constant associated with a supported ndarray data type value.
List of ndarray orders.