Looking for an elegant and efficient C++ matrix library(寻找优雅高效的C++矩阵库)
问题描述
您好,谷歌搜索该主题会带来,例如,MTL、exmat, LAPACK还有这里.我似乎也记得微软研究院发布了一个,但我不能动手.我向实际使用(或开发...)其中之一的人寻求建议,希望在 C++ 中获得 Matlab 体验(尽可能多).提前致谢,罗比
Greetings, googling for that subject brings, e.g., MTL, exmat, LAPACK and also here. I also seem to remember that Microsoft Research released one, but can't put my hands on it. I look for advice from someone who actually used (or developed...) one of those, hoping to achieve a Matlab experience inside C++ (as much as possible). Thanks in advance, Robi
推荐答案
看看 Armadillo,文档有一个 语法转换表供 Matlab 用户使用,并且有针对其他 C++ 矩阵库的基准网站.我觉得它非常用户友好.
Have a look at Armadillo, the docs have a syntax conversion table for Matlab users and there are benchmarks against other C++ matrix libraries in the website. I find it very user friendly.
这篇关于寻找优雅高效的C++矩阵库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:寻找优雅高效的C++矩阵库


基础教程推荐
- 我有静态或动态 boost 库吗? 2021-01-01
- 在 C++ 中计算滚动/移动平均值 2021-01-01
- 如何在 C++ 中初始化静态常量成员? 2022-01-01
- 如何检查GTK+3.0中的小部件类型? 2022-11-30
- 静态库、静态链接动态库和动态链接动态库的 .lib 文件里面是什么? 2021-01-01
- 如何通过C程序打开命令提示符Cmd 2022-12-09
- 如何将 std::pair 的排序 std::list 转换为 std::map 2022-01-01
- C++结构和函数声明。为什么它不能编译? 2022-11-07
- 常量变量在标题中不起作用 2021-01-01
- 这个宏可以转换成函数吗? 2022-01-01