Create a contiguous linear ndarray data buffer.
Return an index given an index mode.
Test if an input value is a supported ndarray floating-point data type.
Test if an input value is a supported ndarray real-valued data type.
Test if an input value is a supported ndarray boolean index data type.
Resolve the data type that results from applying promotion rules to a provided list of data types.
Resolve a list of data type strings.
Return the flags of a provided ndarray.
The maximum biased base 2 exponent for a double-precision floating-point number.
Return a specified flag for a provided ndarray.
Reorder ndarray dimensions and associated strides for loop interchange.
Resolve the output data type from a list of input ndarray data types.
Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
Assign elements in an input ndarray to elements in an output ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Broadcast an ndarray to a specified shape.
Broadcast an ndarray to a specified shape if and only if the specified shape differs from the provided ndarray's shape.
List of ndarray orders.
Test if an input value is a supported ndarray unsigned integer data type.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Test whether two values are equal data types.
Return the data type of an ndarray data buffer.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Test if an ndarray is read-only.