开发者

Linear Algebra library for Javascript? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I don't need anything fancy; basically, if it will let me do some basic Matrix*Matrix stuff I'll 开发者_运维知识库be happy.


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.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜