Numerical analysis in Javascript
The
Numeric Javascript library allows you to perform
sophisticated numerical computations in pure javascript in the browser and elsewhere.
Performance
Although Javascript does not reach the same performance as native programs, the Numeric Javascript
library is carefully tuned to obtain the best possible performance for a Javascript program. You
can compare the performance of Numeric,
Sylvester and
Google Closure's
Matrix
object using our
Benchmark.
Correctness
Numeric Javascript contains a set of unit tests that are automatically run in several browsers. You can
view the
report that is automatically generated.
Note by the curator
I was not yet able to run the unit tests, as they rely on the PHP Workshop.
I will try to adapt them to a more modern testing framework in the future.
Community
Join the discussion on our
Google Group.
We have a public
github repository.
About the Author
I am
Sébastien Loisel.
You can use the following bibtex entry:
@misc{
numericjs,
Author = {S{\'e}bastien Loisel},
Title = {Numeric Javascript},
howpublished = {\url{http://www.numericjs.com/}} }