哈斯克尔线性代数?

发布于 2024-08-22 17:23:16 字数 445 浏览 7 评论 0原文

我开始测试 Haskell 的线性代数。有人对用于此目的的最佳软件包有任何建议吗?还有其他使用 Haskell 进行基本矩阵操作的好资源吗?

haskell wiki 列出了这方面的一些资源。我目前的重点是 hmatrixbindings-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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

巨坚强 2024-08-29 17:23:16

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

叹沉浮 2024-08-29 17:23:16

我们现在对 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文