`ndarray-js` is a reimplementation of `numpy` for javascript that aims to make the coding experience as similar to `numpy` as possible.
Multidimensional Arrays
Common operations for ndarray arrays
Return a data type from a string representing the type
ndarray-pixels
Packs an array-of-arrays into a single ndarray
TypeScript definitions for ndarray
BLAS Level 1 operations for ndarrays
LU decomposition using the crout algorithm
Multidimensional arrays.
Pooled memory for ndarrays
Cholesky Factorization of ndarrays
Resize an ndarray with Lanczos resampling
Validates if a value is ndarray-like.
Multilinear interplation for ndarrays
Get a view of the diagonal entries of an ndarray
Sorts ndarrays in place
Computes the determinant of an ndarray
Reads the pixels of an image as an ndarray
Fills an ndarray with function
invert a 2d matrix using Gaussian elimination
General purpose level set extraction
Return the number of bytes per element for a provided underlying ndarray data type.
Finds the gradient of an ndarray using finite differences