Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 10 years ago.
The community reviewed whether to reopen this question last year and left it closed:
Original close reason(s) were not resolved
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
编辑 感谢 osgx 的评论:
我了解 LAPACK 和 GSL,我可以推荐它们。 LAPACK 是非常低级的库,GSL 使用起来可能更舒服,但说到良好的性能——它是基于 BLAS 的库。
EDIT Thanks to comments from osgx:
I know both LAPACK and GSL and I can recommend both of them. LAPACK is very low-level library and GSL may be more comfortable to use, but speaking of good performance -- BLAS-based library it is.
ATLAS,也许吧?
编辑:如果你对 C++ 持开放态度,你一定要检查 Eigen,它是根据基准测试,这是一个非常整洁的库,而且速度也相当快。
ATLAS, maybe?
Edit: if you're open to C++, you should definitely check Eigen, it's a very neat library, and pretty fast too, according to the benchmarks.
再说一遍,如果您实际上正在寻找/开放现代 C++ 代码,Armadillo 正在变得非常大肆宣传/流行。
另请参阅他们自己针对 IT++ 和 Newmat 的基准测试强>。
Again if you are actually looking/open for modern C++ code, Armadillo is getting really hyped/popular.
Also see their own benchmarking against IT++ and Newmat.