Haskell linear algebra?

人盡茶涼 提交于 2020-01-20 20:06:12

问题


I am starting to test Haskell for linear algebra. Does anyone have any recommendations for the best package for this purpose? Any other good resources for doing basic matrix manipulation with Haskell?

The haskell wiki lists several resources for this. My current focus in on hmatrix and bindings-gsl, both of which look promising.


回答1:


The hmatrix and hmatrix-static libraries are excellent. Hunt around on Hackage some more: http://hackage.haskell.org/package/vect



来源:https://stackoverflow.com/questions/2343313/haskell-linear-algebra

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