Resolve the output data type from a list of input ndarray data types.
Assign elements in an input ndarray to elements in an output ndarray.
Create an uninitialized ndarray having a specified shape and data type.
Resolve a loop block size for multi-dimensional array tiled loops.
Serialize ndarray meta data.
Create a vector (i.e., a one-dimensional ndarray).
Test if an input value is a supported ndarray unsigned integer data type.
Test whether two values are equal data types.
Convert a scalar value to a zero-dimensional ndarray.
List of ndarray orders.
Return the data type of an ndarray data buffer.
Test if an ndarray is read-only.
Test if an input value is a supported ndarray boolean data type.
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Test if an input value is a supported ndarray real-valued floating-point data type.
Reorder ndarray dimensions and associated strides for loop interchange.
Test if an input value is a supported ndarray integer data type.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Test if an input value is a supported ndarray signed integer data type.
Test whether an input value is the string representing row-major order.
Test if an input value is a supported ndarray integer index data type.
Test if an input value is a supported ndarray numeric data type.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Implement prototypical inheritance by replacing the prototype of one constructor with the prototype of another constructor.