Convert an ndarray-like object to an ndarray.
Resize an ndarray with Lanczos resampling
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Given a stride array, determine whether an array is row-major.
Return a list of unique indices after normalizing to the interval [0,max].
Resolve the output ndarray data type for a unary function.
Return a view of an input ndarray.
List of input ndarray casting policies.
BLAS Level 1 operations for ndarrays
Resolve a list of data type enumeration constants.
Test if an input value is a supported input ndarray casting policy.
Create a vector (i.e., a one-dimensional ndarray).
Filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.
stand-alone library of threejs examples
Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.
Reorder ndarray dimensions and associated strides for loop interchange.
Resolve the input ndarray casting data type for a unary function.
Create an uninitialized ndarray having the same shape and data type as a provided ndarray.
Convert a scalar value to a zero-dimensional ndarray.
Resolve a loop block size for multi-dimensional array tiled loops.
Apply a callback to elements in an input ndarray and assign results to elements in an output ndarray.
Packs an array-of-arrays into a single ndarray
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.