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.
Reorder ndarray dimensions and associated strides for loop interchange.
Resolve a loop block size for multi-dimensional array tiled loops.
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 two input ndarrays 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.
Resolve the casting data type for an input ndarray provided to a binary function.
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 an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Return the data type string associated with a supported ndarray data type value.
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.
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Return the enumeration constant associated with a supported ndarray data type value.
Base multidimensional array.
Return the alignment (in bytes) for an underlying array data type.
Return the strides of a provided ndarray.
Restrict an index to the interval [0,max].
Return the description for a provided data type.