Linear Algebra library for Javascript? [closed]

2019-02-05 18:40发布

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

2条回答
欢心
2楼-- · 2019-02-05 19:22

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.

查看更多
姐就是有狂的资本
3楼-- · 2019-02-05 19:30

Numericjs.com is good for front end. It is not a great module for nodejs backend. In my project, I use this module: node-sylvester. It also has a nice explanation page: The Sylvester Matrix Library Comes to Node.js I like this module a lot after some digging including read this page.

查看更多
登录 后发表回答