Pinned Repositories
cwise
Component-wise operations for ndarrays
distance-transform
Distance transforms for ndarrays
fourier-transform
Minimalistic and efficient FFT implementation
get-pixels
Reads an image into an ndarray
ndarray
📈 Multidimensional arrays for JavaScript
ndarray-fft
FFT for ndarrays
ndarray-ops
ndarray operations
periodic-function
List of periodic functions normalized to 0..1 range
save-pixels
Saves an ndarray as an image
window-function
Collection of window functions
scijs's Repositories
scijs/ndarray
📈 Multidimensional arrays for JavaScript
scijs/get-pixels
Reads an image into an ndarray
scijs/fourier-transform
Minimalistic and efficient FFT implementation
scijs/cwise
Component-wise operations for ndarrays
scijs/save-pixels
Saves an ndarray as an image
scijs/ndarray-ops
ndarray operations
scijs/window-function
Collection of window functions
scijs/periodic-function
List of periodic functions normalized to 0..1 range
scijs/newton-raphson-method
Find zeros of a function using the Newton-Raphson method
scijs/ode45-cash-karp
Integrate a system of Ordinary Differential Equations using the Fifth Order Adaptive Cash-Karp method
scijs/ndarray-fill
Fills an ndarray with a function
scijs/nrrd-js
Handling of NRRD files in Javascript.
scijs/poly-roots
Find all roots of a polynomial using the Jenkins-Traub method
scijs/scijs-ndarray-for-matlab-users
Common scijs/ndarray operations for people familar with MATLAB (or at least not familiar with scijs)
scijs/cholesky-solve
[WIP] This module solves sparse symmetric positive definite linear systems by using the Cholesky decomposition
scijs/ndarray-linear-interpolate
Multilinear interpolation for ndarrays
scijs/minimize-golden-section-1d
Minimize a function of a single variable using golden section search
scijs/ndarray-scratch
Pooled memory for ndarrays
scijs/nifti-js
NIfTI support for Javascript
scijs/ndarray-householder-qr
Householder triangularization for QR Factorization of ndarrays
scijs/ndarray-imshow
Displays an ndarray as an image
scijs/ndarray-pack
Packs an array-of-arrays into an ndarray
scijs/baboon-image
The baboon test image
scijs/cwise-compiler
Just the compiler from cwise. No esprima dependencies
scijs/cwise-parser
Parser for cwise
scijs/finite-difference-stencil
Compute the coefficients of explicit or implicit finite difference schemes
scijs/qr-solve
[WIP] This module solves sparse linear systems by using the QR-decomposition
scijs/ndarray-linspace
Fill an ndarray with equally spaced values
scijs/ndarray-gradient
Finds the gradient of an ndarray using finite differences
scijs/ndarray-prefix-sum
Prefix sum/summed area table computations for ndarrays