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.
Constructor for performing a reduction on an input ndarray according to a callback function.
Create a function for performing a reduction on a provided ndarray according to a callback function.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Create a function for applying a strided function to a provided ndarray.
Multidimensional arrays.
List of ndarray data type strings.
Constructor for applying a strided function to an ndarray.
Test if an input value is an ndarray data type object.
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.
Test if an input value is a supported ndarray data type.
Reorder ndarray dimensions and associated strides for loop interchange.
Apply a binary callback to elements in input ndarrays and assign results to elements in an output ndarray.
Return the number of bytes per element for a provided underlying ndarray data type.
Return the single letter character abbreviation for an underlying array data type.
Resolve the output ndarray data type for a binary function.
Base multidimensional array.
Return an object mapping supported data type strings to enumeration constants.
Return the enumeration constant associated with an ndarray data type string.
Resolve a loop block size for multi-dimensional array tiled loops.