用 C++ 实现 matlab 代码?

发布于 2024-10-03 20:21:36 字数 96 浏览 1 评论 0原文

我有一段用 Matlab 编写的代码。我想使用 C++ 代码获得类似的结果。我想知道是否存在用于矩阵操作的 C++ 库?我当前的Matlab 代码由矩阵乘法、逆矩阵和补矩阵组成。

I have a certain code written in Matlab. I wanted to obtain similar results using a c++ code. I wanted to know whether a c++ library exists for matrix manipulations? My current Matlab code consists of matrix multiplications,inverse and complements.

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

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

发布评论

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

评论(3

老子叫无熙 2024-10-10 20:21:36

C++ 有数十个线性代数库。这是迄今为止其他链接中未提及的另一个:

http://www.alglib.net/

There are dozens of linear algebra libraries for C++. Here is another one not mentioned in the other links so far:

http://www.alglib.net/

海风掠过北极光 2024-10-10 20:21:36

我在类似的情况下使用过 Newmat

I have used Newmat in a similar situation.

彩扇题诗 2024-10-10 20:21:36

不确定这是否对您有帮助,或者您的公司/大学拥有它的许可证,但 matlabcoder 可以将您的 matlab 代码导出到 C++,而无需太多额外的工作。
http://www.mathworks.com/products/matlab-coder/

Not sure if this would help you, or your company/university have licenses for it but matlabcoder can export your matlab code to c++ without much extra work.
http://www.mathworks.com/products/matlab-coder/

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