Return the size (i.e., number of elements) of a specified dimension for a provided ndarray.
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.
Student's t distribution cumulative distribution function (CDF).
Binomial distribution cumulative distribution function (CDF).
Reorder ndarray dimensions and associated strides for loop interchange.
Test if an input value is a supported ndarray unsigned integer data type.
Resolve the output data type from a list of input ndarray data types.
Test if an input value is a supported ndarray boolean data type.
Beta distribution cumulative distribution function (CDF).
List of ndarray orders.
Student's t distribution quantile function.
Test if an ndarray is read-only.
Test whether two values are equal data types.
Assign elements in an input ndarray to elements in an output ndarray.
Broadcast a scalar value to an ndarray having a specified shape.
Resolve a loop block size for multi-dimensional array tiled loops.
Test if an input value is a supported ndarray integer data type.
Test if an input value is a supported ndarray integer index data type.
Test if an input value is a supported ndarray real-valued floating-point data type.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Test if an input value is a supported ndarray floating-point data type.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Test if an input value is a supported ndarray mask index data type.