哈斯克尔线性代数?
我开始测试 Haskell 的线性代数。有人对用于此目的的最佳软件包有任何建议吗?还有其他使用 Haskell 进行基本矩阵操作的好资源吗?
haskell wiki 列出了这方面的一些资源。我目前的重点是 hmatrix 和 bindings-gsl,这两个看起来都很有前途。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
hmatrix 和 hmatrix-static 库非常出色。在 Hackage 上寻找更多内容:http://hackage.haskell.org/package/vect
The hmatrix and hmatrix-static libraries are excellent. Hunt around on Hackage some more: http://hackage.haskell.org/package/vect
我们现在对 LAPACK 的矩阵类型(如三角矩阵、对称矩阵、埃尔米特矩阵、带状矩阵)以及单精度和双精度的相应函数有了更完整的支持 https://hackage.haskell.org/package/lapack
We have now more complete support for LAPACK's matrix types like triangular, symmetric, Hermitian, banded matrices and according functions in single and double precision in https://hackage.haskell.org/package/lapack