C API for returning the ndarray data type corresponding to a Node-API typed array type.
Remove singleton dimensions from an ndarray
Convert a scalar value to a zero-dimensional ndarray having the same data type as a provided ndarray.
Add singleton dimensions to an ndarray
Concatenate ndarrays by row (along the first dimension)
Create a single-precision complex floating-point vector (i.e., a one-dimensional ndarray).
Compute the sum of all elements in a one-dimensional double-precision floating-point ndarray.
Determine the minimum ndarray data type for storing a provided signed integer value.
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.
TypeScript definitions for numjs
Compute the sum of all elements in a one-dimensional double-precision complex floating-point ndarray.
Determine the minimum ndarray data type of the closest kind necessary for storing a provided scalar value.
Create a double-precision complex floating-point vector (i.e., a one-dimensional ndarray).
Determine whether a scalar value can be safely cast or, for floating-point data types, downcast to specified ndarray data type.
C API for validating, extracting, and transforming (to native C types) function arguments provided to an ndarray Node-API add-on interface.
Create a zero-filled ndarray having a specified shape and data type.
Compute the sum of all elements in a one-dimensional single-precision complex floating-point ndarray.
Apply a one-dimensional strided array function to a list of specified dimensions in an ndarray.
Repeat an ndarray
Compute the sum of all elements in a one-dimensional ndarray.
Reads the pixels of an image as an ndarray
Test if a value is an ndarray-like object having a specified data type.
Return a read-only view of an input ndarray.
Test if a value is a 2-dimensional ndarray-like object.