mathjs
popularMath.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in …
Updated by @josdejong
davinci-eight
WebGL library for mathematical physics using Geometric Algebra
Updated by @geometryzen
@equinor/videx-linear-algebra
A library with linear algebra used by Videx. Functions are designed with performance in mind, where a target vector can be used to avoid creating new objects.
Updated by @brynjulf
sylvester
node.js implementation of James Coglan's "Sylvester" matrix math library.
Updated by @chrisumbel
@stdlib/blas-base-dscal
Multiply a double-precision floating-point vector by a constant.
Updated by @stdlib-bot
@stdlib/blas-base-sswap
Interchange two single-precision floating-point vectors.
Updated by @stdlib-bot
@stdlib/blas-base-sdot
Calculate the dot product of two single-precision floating-point vectors.
Updated by @stdlib-bot
@stdlib/blas-base-ddot
Calculate the dot product of two double-precision floating-point vectors.
Updated by @stdlib-bot
@stdlib/blas-base-dswap
Interchange two double-precision floating-point vectors.
Updated by @stdlib-bot
@stdlib/blas-base-daxpy
Multiply a vector x by a constant and add the result to y.
Updated by @stdlib-bot
@stdlib/blas-base-dsdot
Calculate the dot product with extended accumulation and result of two single-precision floating-point vectors.
Updated by @stdlib-bot