Perform a reduction over 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 according to a callback function and assign results to a provided output ndarray.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Reorder ndarray dimensions and associated strides for loop interchange.
Resolve a loop block size for multi-dimensional array tiled loops.
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.
Resolve the output ndarray data type for a unary function.
Resolve the input ndarray casting data type for a unary function.
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.
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.
Test if an input value is an ndarray data type object.
Return the enumeration constant associated with a supported ndarray data type value.
Return an object mapping supported data type strings to data type objects.
Base multidimensional array.
Create a function for performing a reduction on a provided ndarray according to a callback function.
List of ndarray data type strings.
Return the strides of a provided ndarray.
Return the alignment (in bytes) for an underlying array data type.
Return the description for a provided data type.