Resolve a loop block size for multi-dimensional array tiled loops.
Return the number of elements in an ndarray.
Statistical moments of ndarrays
Data visualization toolkit
Create a function for performing a reduction on a provided ndarray.
Get 4-channel pixels array from an ndarray or nested array
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
Create a zero-filled ndarray having the same shape and data type as a provided ndarray.
Serialize ndarray meta data.
Fill an input ndarray according to a callback function.
Fill an input ndarray according to a callback function.
Constructor for performing a reduction on an input ndarray.
Create a single-precision complex floating-point vector (i.e., a one-dimensional ndarray).
Displays an ndarray as an image
C API for returning the ndarray data type corresponding to a Node-API typed array type.
Compute the sum of all elements in a one-dimensional ndarray.
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)
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