Jasper

horner

v1.0.0
Evaluates polynomial

poly-derivative

v1.0.0
Differentiates polynomial

companion-roots

v0.0.1
Finds roots of polynomials by solving the eigenvalues of the companion matrix

almost-equal

v1.1.0
Test if two floats are almost equal

poly-mult-fft

v1.0.0
Multiplies polynomials together using an FFT

poly-mult

v1.0.0
Multiplies polynomials by brute force

multinomial

v1.0.0
Multinomial coefficients

legendre-poly

v1.0.0
Coefficients of Legendre polynomials

ndarray-translate-fft

v1.0.0
Translates ndarrays using sinc interpolation

durand-kerner

v1.0.0
Finds multiple roots of polynomials using Weierstrass' method

gauss-quadrature

v1.0.0
Gauss-Legendre quadrature rules

ndarray-downsample2x

v0.1.1
Downsample by a factor of two using sinc interpolation

ndarray-normalize

v1.0.0
Normalizes an ndarray to zero mean and unit variance

distance-transform

v1.0.2
Distance transforms for ndarrays

ndarray-to-binvox

v0.0.1
Dumps an ndarray to a binvox stream

isndarray

v1.0.0
Returns boolean whether the argument is a ndarray

ndarray-stencil

v0.1.4
Stencil operations for ndarrays

ndarray-string

v1.0.0
ndarray views of strings

ndarray-proxy

v1.0.0
Turns functions into ndarrays

ndarray-prefix-sum

v1.0.0
Computes a prefix sum of an ndarray

ndarray-matrix-vector-product

v1.0.0
Dense matrix-vector multiplication

image-rotate

v1.0.0
Rotates a 2D ndarray

splines

v1.0.0
Convenient and efficient B-splines.

orientation-scores

v0.1.1
Computes invertible orientation scores.

ndarray-distance

v1.0.0
Lp distance between ndarrays