nerdamer
javascript light-weight symbolic math expression evaluator
javascript light-weight symbolic math expression evaluator
Computes the L2 norm (Euclidean norm) of an array of values.
Computes the dot product between two numeric arrays.
Computes the cosine similarity between two arrays.
Matrix inverse (code from sylvester)
A mathematical and quantitative library for Javascript and Node.js
Computation library.
Computes the Lp norm of an array of values.
Computes the cross product between two numeric arrays.
Computes the L1 norm (Manhattan norm) of an array of values.
Computes the infinity norm (Chebyshev/supremum norm) of an array of values.
A library to parse expressions, solve and simplify systems of linear equations, find eigenvalues and eigenvectors
Two dimensional vector math library for JavaScript. Built for performance in computation-heavy real-time engines without sacrificing usability. Supports tree shaking and dead code removal to avoid bloating client-side bundles. Zero dependencies.
A package for doing matrix arithmetic with JavaScript arrays
A js machine learning library.
linear algebra JS library
NumPy-style nd-array and linear algebra library that respects your freedom.
An easy to use Matrix library
A simple Array-like matrix calculation library.
A JavaScript Library for Dimensionality Reduction.