Linear Algebra library for Javascript? [closed]

若如初见. 提交于 2020-01-10 12:14:19

问题


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


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/4286837/linear-algebra-library-for-javascript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!