什么是好的开源C/C++支持向量数学和复数的数学库?

发布于 2024-11-06 01:35:42 字数 104 浏览 1 评论 0原文

我正在开发一个需要向量数学和复数的项目。

我正在寻找一个支持 C/C++ 的良好开源 API,并希望具有不错的性能。

我可以自己编写这些函数,但它会很丑而且很慢。

I am working on a project that needs vector math and complex numbers.

I am looking a for a good open source API that supports C/C++ and hopefully has decent performance.

I can write these functions myself but it will be ugly and slow.

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

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

发布评论

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

评论(4

从来不烧饼 2024-11-13 01:35:42

我经常使用与子弹物理学捆绑在一起的索尼矢量数学库。它的速度很快,有很多线性代数算法。
对于复数,您可以简单地使用 std::complex

I regularly use Sony Vector Math library bundled with bullet physics. It's fast has many linear algebra algorithms.
For complex numbers you can simply use std::complex

安稳善良 2024-11-13 01:35:42

您可以使用C++ 复数库
此外,Boost 还提供线性代数包

You can use the C++ complex numbers library
Also, Boost provides linear Algebra package

攒一口袋星星 2024-11-13 01:35:42

我个人没有使用过这些软件包,但请前往 Object-Oriented Numerics 以获得很棒的体验选择可用的库

I haven't used any of these packages personally, but head over to Object-Oriented Numerics for a great selection of available libraries

情丝乱 2024-11-13 01:35:42

Eigen 几乎是研究标准,也应该提供您需要的东西。

Eigen is pretty much standard in research and should offer the stuff you need as well.

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