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++矩阵库
- Stroustrup 的 Simple_window.h 2022-01-01
- 使用/clr 时出现 LNK2022 错误 2022-01-01
- 一起使用 MPI 和 OpenCV 时出现分段错误 2022-01-01
- 从python回调到c++的选项 2022-11-16
- STL 中有 dereference_iterator 吗? 2022-01-01
- 静态初始化顺序失败 2022-01-01
- 近似搜索的工作原理 2021-01-01
- 与 int by int 相比,为什么执行 float by float 矩阵乘法更快? 2021-01-01
- C++ 协变模板 2021-01-01
- 如何对自定义类的向量使用std::find()? 2022-11-07