Apply a unary 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.
Reorder ndarray dimensions and associated strides for loop interchange.
Resolve the output ndarray data type for a unary function.
Resolve the input ndarray casting data type for a unary function.
Create a function for performing a reduction on a provided 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.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Apply a one-dimensional strided array function to a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
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.
Perform a reduction over a list of specified dimensions in an input ndarray 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.
Perform a reduction over a list of specified dimensions in an input ndarray according to a callback function and assign results to a provided output ndarray.
Apply a unary function to each element retrieved from a input ndarray according to a callback function and assign results to elements in an output ndarray.
Constructor for applying a strided function to an input ndarray.
Create a function for applying a strided function to a provided ndarray.
Dispatch to a native add-on applying a unary function to an input ndarray.
Multidimensional arrays.
Perform a reduction over elements in an input ndarray.
Return an object mapping supported data type strings to data type objects.
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function which accepts an output struct object and assign results to a provided output ndarray.
Return the number of bytes per element for a provided underlying ndarray data type.