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++矩阵库
基础教程推荐
- 为什么语句不能出现在命名空间范围内? 2021-01-01
- 如何“在 Finder 中显示"或“在资源管理器中显 2021-01-01
- 为 C/C++ 中的项目的 makefile 生成依赖项 2022-01-01
- Windows Media Foundation 录制音频 2021-01-01
- 在 C++ 中循环遍历所有 Lua 全局变量 2021-01-01
- 使用从字符串中提取的参数调用函数 2022-01-01
- 如何在不破坏 vtbl 的情况下做相当于 memset(this, ...) 的操作? 2022-01-01
- 管理共享内存应该分配多少内存?(助推) 2022-12-07
- 从 std::cin 读取密码 2021-01-01
- 如何使图像调整大小以在 Qt 中缩放? 2021-01-01