There are no reviews yet. Be the first to send feedback to the community and the maintainers!
ndarray
📈 Multidimensional arrays for JavaScriptget-pixels
Reads an image into an ndarrayfourier-transform
Minimalistic and efficient FFT implementationcwise
Component-wise operations for ndarrayssave-pixels
Saves an ndarray as an imagendarray-ops
ndarray operationswindow-function
Collection of window functionsperiodic-function
List of periodic functions normalized to 0..1 rangendarray-fft
FFT for ndarraysdistance-transform
Distance transforms for ndarraysalmost-equal
Test if two floats are nearly equalndarray-resample
Downsample by a factor of two using sinc interpolationnewton-raphson-method
Find zeros of a function using the Newton-Raphson methodode-rk4
Integrate a system of ODEs using the Fourth Order Runge-Kutta (RK-4) methoddurand-kerner
Finds roots of polynomials by Weierstrauss' methodode45-cash-karp
Integrate a system of Ordinary Differential Equations using the Fifth Order Adaptive Cash-Karp methodintegrate-adaptive-simpson
Compute a definite integral using Simpson's Rule with adaptive quadraturendarray-show
display an ndarrayndarray-fill
Fills an ndarray with a functionsplines
Convenient and efficient B-splines.nrrd-js
Handling of NRRD files in Javascript.ndarray-linear-solve
solve a linear system with LU decompositionnextafter
JS implementation of C stdlib nextafterpoly-roots
Find all roots of a polynomial using the Jenkins-Traub methodscijs-ndarray-for-matlab-users
Common scijs/ndarray operations for people familar with MATLAB (or at least not familiar with scijs)ndarray-gemm
General matrix multiplication for ndarraysndarray-proxy
Turn functions into ndarraysndarray-linear-interpolate
Multilinear interpolation for ndarrayscholesky-solve
[WIP] This module solves sparse symmetric positive definite linear systems by using the Cholesky decompositionminimize-golden-section-1d
Minimize a function of a single variable using golden section searchndarray-warp
Warps an ndarrayphase-align
Aligns a pair of ndarrays up to translationzeros
Initialize an ndarray with zerosode-euler
Integrate a system of ODEs using the Euler methodgauss-random
Sample standard normal distributionisndarray
Returns boolean whether the argument is a ndarrayndarray-convolve
Convolutions and cross correlations for ndarraysndarray-blas-level1
BLAS Level 1 operations for ndarraysndarray-scratch
Pooled memory for ndarraysndarray-crout-decomposition
LU decomposition using the crout algorithmcontributing
Contribution guide linesnifti-js
NIfTI support for Javascriptndarray-sort
Sorts ndarrays in placendarray-pack
Packs an array-of-arrays into an ndarrayspiral-2d
Math for spiralsndarray-imshow
Displays an ndarray as an imagendarray-gaussian-filter
Gaussian blur for ndarraysimage-rotate
Rotates a 2D ndarrayndarray-householder-qr
Householder triangularization for QR Factorization of ndarraysndarray-gram-schmidt-qr
Modified Gram-Schmidt Algorithm for QR Factorization of ndarrayslogo
logo for scijssphere-random
Sample a random point on a hyperspherecomplex-deriv-fornberg
Compute the derivative of a complex analytic function using the method of Fornbergtensor-decomposition
Higher order tensor decompositionndarray-bit
ndarrays of bitsbaboon-image
The baboon test imagendarray-blas-level2
BLAS Level 2 operations for ndarraysndarray-blas-level1-complex
BLAS Level 1 operations for complex ndarrayspyramids
Various kinds of (image) pyramids for ndarrays of arbitrary dimension.iota-array
Generates arrays of sequential integerscwise-compiler
Just the compiler from cwise. No esprima dependenciesndarray-select
Quick select algorithm for ndarraysgauss-quadrature
Gauss-Legendre quadrature rulesndarray-tests
Test numerical properties of ndarrayscomplex-sqrt
Floating point complex square rootcomplex-division
Floating point complex divisionpoly-mult-fft
Multiplies polynomials together using an FFTqr-solve
[WIP] This module solves sparse linear systems by using the QR-decompositionfinite-difference-stencil
Compute the coefficients of explicit or implicit finite difference schemesgsl-const
physical constants for JS via GNU Scientific Librarycwise-parser
Parser for cwisederiv
numerical derivatives of one-variable functionsndarray-linspace
Fill an ndarray with equally spaced valuesndarray-distance
Lp distance between ndarraysrandom-permutation
Generates a random permutationndarray-lup-factorization
LU factorization with pivoting for ndarraysndarray-translate-fft
Translate ndarrays with sinc interpolationpermutation-rank
Ranks and unranks permutationsndarray-extract-contour
Generic contour/isosurface extraction code generator for ndarraysndarray-lup-solve
Solve ndarray Ax=b via LU factorization with pivotingndarray-blas-trsv
BLAS Level 2 TRSV (triangular solve) for ndarraysndarray-translate
Translate/shift ndarraysndarray-ldl-factorization
LDL Factorization for ndarraysndarray-determinant
Computes the determinant of an ndarrayrichardson-extrapolation
Use Richardson Extrapolation sequence acceleration to compute the order of convergence and exact value of a sequencendarray-cholesky-factorization
Cholesky Factorization of ndarraysdirichlet
Dirichlet/aliased sinc functionndarray-moments
Statistical moments of ndarraysintegrate-simpson
Integrate a function of one variable using Simpson's Rulequadratic-roots
Compute the real roots of a quadratic equation in a numerically stable mannerndarray-vandermonde
Construct Vandermonde matrices with ndarraysscijs.github.io
Web site for SciJSndarray-blas-gemv
BLAS Level 2 GEMV (Matrix-Vector multiply) for ndarraysndarray-function-basis
onstruct an ndarray basis given a sequence of points and functionsndarray-band
Create a view of a band of an ndarrayndarray-string
Creates an ndarray view of a stringndarray-blas-trsv-complex
BLAS Level 2 TRSV (triangular solve) for complex ndarraysndarray-complex
Component-wise complex operations on ndarrayscompanion-roots
Computes roots of polynomials by solving an eigenvalue problemndarray-normalize
Normalizes an ndarray to zero mean and unit varianceLove Open Source and this site? Check out how you can help us