Perform a reduction over a list of specified dimensions in two input ndarrays via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
Constructor for performing a reduction on two input ndarrays.
Create a function for performing reduction on two input ndarrays.
Create a function for performing a reduction on a provided ndarray.
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.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Multidimensional arrays.
List of ndarray data type strings.
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function accepting a callback and assign results to a provided output ndarray.
Apply a binary callback to elements in input ndarrays and assign results to elements in an output ndarray.
Resolve the output ndarray data type for a binary function.
Return an object mapping supported data type strings to data type objects.
Create a function for performing a reduction on a provided ndarray according to a callback function.
Constructor for performing a reduction on an input ndarray according to a callback function.
Reorder ndarray dimensions and associated strides for loop interchange.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
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.
Generate a stride array from an array shape.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Test if an input value is an ndarray data type object.
Resolve a loop block size for multi-dimensional array tiled loops.
Return the data type string associated with a supported ndarray data type value.