本文介绍了最好的C ++统计库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在寻找高性能代码(需要实时运行),最好是开源,但如果没有什么是免费的,高性能,我会采取一些良好的支持和高品质的
I'm looking for high performance code (needs to run in real-time), preferably open source, but if there is nothing that's free and high-perf, I'll take something well supported and of high quality for a cost.
有任何建议吗?
这些是我到目前为止找到的,没有特定的顺序:
These are the ones I've found so far, in no particular order:
推荐答案
检查mathtools上的链接。净。 的网页有连结。另一个网页还列出了其他一些页面。
Check the links on mathtools.net. The page for statistics libraries for C++ has links. Another page http://www.thefreecountry.com/sourcecode/mathematics.shtml lists few more.
您是否已检查过?我想你可以从C / C ++调用'R对象'。
Have you checked the 'R project'? I think you can call 'R objects' from C/C++.
这篇关于最好的C ++统计库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!