Linear Algebra library for Javascript?

Xodarap picture Xodarap · Nov 26, 2010 · Viewed 9.9k times · Source

I don't need anything fancy; basically, if it will let me do some basic Matrix*Matrix stuff I'll be happy.

Answer

Sébastien Loisel picture Sébastien Loisel · Sep 22, 2011

You could use numericjs.com. It's a javascript numerical analysis library that I'm working on that has several standard matrix algorithms for arbitrary sized dense matrices.