jaspervdg

npm packages maintained by jaspervdg

Packages
102
Weekly downloads
5.8M
Repositories
Stars
Followers

Packages

ndarray
Multidimensional Arrays
1.6M -19%1.1.1last week
cwise-compiler
cwise's internal compiler
1.3M -21%1.1.39 years ago
color-space
Open collection of color-spaces
829.6K -17%3.1.0last month
ndarray-ops
Common operations for ndarray arrays
794.1K -38%1.2.212 years ago
ndarray-pack
Packs an array-of-arrays into a single ndarray
315.8K -35%1.2.110 years ago
almost-equal
Test if two floats are almost equal
187.6K -34%1.1.010 years ago
get-pixels
Reads the pixels of an image as an ndarray
177.6K -20%3.3.35 years ago
ndarray-scratch
Pooled memory for ndarrays
81.6K -22%1.2.011 years ago
save-pixels
Saves an ndarray as an image to a file
58.8K -15%2.3.65 years ago
ndarray-blas-level1
BLAS Level 1 operations for ndarrays
52.4K -28%1.1.310 years ago
ndarray-crout-decomposition
LU decomposition using the crout algorithm
43.2K -42%1.1.012 years ago
ndarray-diagonal
Get a view of the diagonal entries of an ndarray
43.2K -42%1.0.012 years ago
ndarray-determinant
Computes the determinant of an ndarray
43.2K -42%1.0.012 years ago
ndarray-linear-interpolate
Multilinear interplation for ndarrays
39.4K -39%1.0.012 years ago
ndarray-cholesky-factorization
Cholesky Factorization of ndarrays
39.2K -46%1.0.211 years ago
cwise
Component-wise operations on ndarrays
30.5K -17%1.0.109 years ago
nextafter
Find the floating point number immediately after any given number
27.5K -32%1.0.012 years ago
cwise-parser
Parser for cwise
24.9K -32%1.0.310 years ago
ndarray-extract-contour
Generic contour extraction library for surface nets/dual contouring
16.1K -18%1.0.112 years ago
permutation-parity
Computes the parity of a permutation
16.1K -18%1.0.012 years ago
ndarray-sort
Sorts ndarrays in place
15.7K -18%1.0.111 years ago
permutation-rank
Ranks and unranks permutations
13.2K -32%1.0.012 years ago
ndarray-gradient
Finds the gradient of an ndarray using finite differences
13.2K -32%1.0.15 years ago
invert-permutation
Inverts permutations
12.4K -36%1.0.012 years ago
ndarray-fill
Fills an ndarray with function
12.4K -10%1.0.29 years ago
ndarray-unpack
Converts an ndarray into an array-of-arrays
12.3K -20%1.0.012 years ago
ndarray-select
Linear time selection algorithm for ndarrays
6.3K +4%1.0.111 years ago
ndarray-fft
FFT for ndarrays
3.4K -35%1.0.310 years ago
durand-kerner
Finds multiple roots of polynomials using Weierstrass' method
3.1K -38%1.0.011 years ago
ndarray-homography
Applies a homograph to an ndarray
3K -29%1.0.012 years ago
ndarray-warp
ndarray image warping
2.8K -32%1.0.112 years ago
ndarray-resample
Resample using sinc kernels
2.8K -26%1.0.111 years ago
zeros
Initialize an ndarray with zeros
2K -22%1.0.011 years ago
nifti-js
NIfTI support for Javascript
1K -28%1.0.110 years ago
nrrd-js
Handling NRRD files in Javascript.
704 +23%0.2.112 years ago
isndarray
Returns boolean whether the argument is a ndarray
423 +73%1.0.011 years ago
baboon-image
The baboon test image
386 +47%2.1.09 years ago
ndarray-moments
Statistical moments of ndarrays
319 -55%1.0.012 years ago
ndarray-squeeze
Remove singleton dimensions from an ndarray
148 -37%1.0.211 years ago
ndarray-unsqueeze
Add singleton dimensions to an ndarray
143 -33%1.0.311 years ago
ndarray-tile
Repeat an ndarray
131 -38%1.0.311 years ago
luminance
Convert RGB to grayscale
113 +11%1.0.312 years ago
dirichlet
Dirichlet/aliased sinc function
107 +9%1.0.111 years ago
ndarray-imshow
Displays an ndarray as an image
105 -15%1.0.111 years ago
ndarray-prefix-sum
Computes a prefix sum of an ndarray
101 -38%1.0.011 years ago
poly-roots
Find all roots of a polynomial using the Jenkins-Traub method
82 -6%1.0.811 years ago
ndarray-show
display an ndarray
69 -20%2.0.011 years ago
integrate-adaptive-simpson
Integrate a system of ODEs using the Second Order Runge-Kutta (Midpoint) method
68 -29%1.1.110 years ago
gauss-random
Samples standard normal distribution
62 -10%1.0.112 years ago
distance-transform
Distance transforms for ndarrays
41 -89%1.0.210 years ago
ndarray-linspace
Fill an ndarray with equally spaced values
38 -43%2.0.310 years ago
ndarray-convolve
Convolution and cross correlation functions for ndarrays
31 -55%2.0.011 years ago
ndarray-linear-solve
solve a linear system with a cached LU decomposition
30 -12%3.0.012 years ago
random-permutation
Generates a random permutation
27 +800%0.0.012 years ago
ndarray-complex
Complex arithmetic for ndarrays
25 -69%1.0.311 years ago
ndarray-gaussian-filter
Gaussian filter for ndarrays
25 -68%1.0.011 years ago
ndarray-band
Create a view of a band of an ndarray
23 +5%1.0.154 months ago
splines
Convenient and efficient B-splines.
23 +44%1.0.011 years ago
ndarray-hash
Hash table backed sparse ndarray
22 +29%1.0.011 years ago
ndarray-proxy
Turns functions into ndarrays
22 +16%1.0.011 years ago
ode-rk4
Integrate a system of ODEs using the Fourth Order Runge-Kutta (RK-4) method
17 +21%1.1.311 years ago
ndarray-gram-schmidt-qr
Modified Gram-Schmidt Algorithm for QR Factorization
15 -6%1.0.311 years ago
integrate-simpson
Integrate a function of one variable using Simpson's Rule
15 +15%1.0.411 years ago
deriv
numerical derivatives of one-variable functions
14 +75%1.0.312 years ago
horner
Evaluates polynomial
12 +500%1.0.011 years ago
richardson-extrapolation
Use Richardson Extrapolation sequence acceleration to compute the order of convergence and exact value of a sequence
11 +450%1.0.311 years ago
ndarray-distance
Lp distance between ndarrays
10 -23%1.0.011 years ago
ndarray-blas-gemv
BLAS Level 2 GEMV (Matrix-Vector multiply) for ndarrays
10 +233%1.0.411 years ago
ndarray-to-binvox
Dumps an ndarray to a binvox stream
10 +67%0.0.113 years ago
ndarray-normalize
Normalizes an ndarray to zero mean and unit variance
9 -44%1.0.011 years ago
gsl-sf
special functions of GNU Scientific Library for JS
9 +125%0.1.112 years ago
ndarray-translate-fft
Translates ndarrays using sinc interpolation
9 +200%1.0.011 years ago
ode45-cash-karp
Integrate a system of Ordinary Differential Equations using the Fifth Order Adaptive Cash-Karp method
8 0%1.1.09 years ago
multinomial
Multinomial coefficients
8 -43%1.0.011 years ago
clipped-polygon-area
Very simple (prototype) module to compute the area of a polygon clipped to a half-plane. Useful for doing natural neighbour interpolation.
8 +14%1.0.411 years ago
ndarray-gram-schmidt-qr-complex
Modified Gram-Schmidt Algorithm for QR Factorization of complex matrices
8 -33%1.0.211 years ago
ndarray-string
ndarray views of strings
8 0%1.0.011 years ago
poly-mult
Multiplies polynomials by brute force
81.0.011 years ago
tensor-decomposition
Decomposition of (higher order) tensors.
8 +300%0.0.112 years ago
ndarray-blas-level1-complex
BLAS Level 1 operations for complex ndarrays
7 -61%1.0.311 years ago
ndarray-matrix-vector-product
Dense matrix-vector multiplication
7 -50%1.0.011 years ago
sphere-random
Uniformmly sample a point on a hypersphere
7 -13%1.0.112 years ago
ndarray-vandermonde
Construct Vandermonde matrices with ndarrays
7 +40%1.0.011 years ago
ndarray-trace
Computes the trace of an ndarray
7 -36%1.0.012 years ago
ndarray-translate
Shifts ndarrays
7 +75%1.0.012 years ago
ndarray-log-polar
Convert a 2D ndarray to log-polar coordinates
7 +133%1.0.012 years ago
ode-midpoint
Integrate a system of ODEs using the Second Order Runge-Kutta (Midpoint) method
6 +20%1.0.611 years ago
gsl-complex
complex numbers via GNU Scientific Library
6 +500%0.1.412 years ago
ndarray-ldl-factorization
LDL Decomposition for ndarrays
6 -63%2.0.111 years ago
legendre-poly
Coefficients of Legendre polynomials
6 -45%1.0.011 years ago
poly-derivative
Differentiates polynomial
6 +500%1.0.011 years ago
ndarray-bit
ndarrays of bits
5 -69%1.0.012 years ago
pyramids
Various kinds of (image) pyramids for ndarrays of arbitrary dimension.
5 -17%0.3.011 years ago
ode-euler
Integrate a system of ODEs using the Euler method
5 0%1.0.611 years ago
phase-align
Finds patterns in ndarrays
5 -17%1.0.011 years ago
orientation-scores
Computes invertible orientation scores.
5 0%0.1.113 years ago
gsl-cdf
cumulative distribution functions of probability distributions forJS via GNU Scientific Library
5 +67%0.1.112 years ago
image-rotate
Rotates a 2D ndarray
4 +300%1.0.011 years ago
calculate-givens-rotation
Compute the components of a Givens rotation matrix in order to zero an element
4 +33%1.0.111 years ago
gauss-quadrature
Gauss-Legendre quadrature rules
3 +200%1.0.011 years ago
gsl-const
physical constants for JS via GNU Scientific Library
31.0.212 years ago
poly-mult-fft
Multiplies polynomials together using an FFT
2 -50%1.0.011 years ago

Repositories

Repositories and contributions come from Github's GraphQL API, which has no anonymous tier. Sign in to see them.