Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
cwise-compiler
cwise's internal compiler
ndarray
Multidimensional Arrays
dup
Initialize an array of arrays to a constant
ndarray-pack
Packs an array-of-arrays into a single ndarray
ndarray-ops
Common operations for ndarray arrays
get-pixels
Reads the pixels of an image as an ndarray
dtype
Return a data type from a string representing the type
@cronvel/get-pixels
Pruned version of the 'get-pixels' package by Mikola Lysenko (only node.js and local fs files)
save-pixels
Saves an ndarray as an image to a file
ndarray-scratch
Pooled memory for ndarrays
ndarray-linear-interpolate
Multilinear interplation for ndarrays
ndarray-inv
invert a 2d matrix using Gaussian elimination
ndarray-determinant
Computes the determinant of an ndarray
ndarray-crout-decomposition
LU decomposition using the crout algorithm
ndarray-blas-level1
BLAS Level 1 operations for ndarrays
ndarray-cholesky-factorization
Cholesky Factorization of ndarrays
ndarray-diagonal
Get a view of the diagonal entries of an ndarray
cwise
Component-wise operations on ndarrays
gl-texture2d
WebGL texture wrapper
cwise-parser
Parser for cwise