用于数学矩阵运算的 C 库

发布于 2024-10-08 19:14:58 字数 1536 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

寄居人 2024-10-15 19:14:58

您没有提到您想要开源软件还是商业软件,因此这里是包含两者的列表:

还有这个关于该主题的上一个问题

You did not mention whether you wanted an open-source or a commercial software, so here is a list containing both:

There was also this previous question on the subject.

狠疯拽 2024-10-15 19:14:58

您可能想看看 BLASLAPACK。它们是用 Fortran 编写的,但可以从 C 调用,并且几乎是这种类型的标准库。

据我所知,最重要的线性代数包(MATLAB、Octave、NumPy)都是使用它们构建的。

You might want to take a look at BLAS and LAPACK. These are written in Fortran, but are callable from C, and are pretty much the standard libraries of this type.

Most serious linear algebra packages that I know of (MATLAB, Octave, NumPy) are built using these.

囍孤女 2024-10-15 19:14:58

也许 GNU 科学图书馆 (GSL) 会感兴趣。

http://www.gnu.org/software/gsl/

文档主题:http://www.gnu.org/software/gsl/manual/html_node/

Perhaps GNU Scientific Library (GSL) would be of interest.

http://www.gnu.org/software/gsl/

Documentation topics: http://www.gnu.org/software/gsl/manual/html_node/

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