C API for registering a Node-API module exporting an ndarray interface for applying a unary callback to an input ndarray.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Resolve a loop block size for multi-dimensional array tiled loops.
Reorder ndarray dimensions and associated strides for loop interchange.
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.
Test if an input value is an ndarray data type object.
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.
Multidimensional arrays.
Return an object mapping supported data type strings to data type objects.
Return the enumeration constant associated with a supported ndarray data type value.
C APIs for registering a Node-API module exporting an interface for invoking a ternary numerical function.
Create a function for performing a reduction on a provided ndarray.
Return the shape of a provided ndarray.
Base multidimensional array.
Test whether an input value is the string representing column-major order.
Return the strides of a provided ndarray.
Return the alignment (in bytes) for an underlying array data type.
Return the single letter character abbreviation for an underlying array data type.