由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - what's the most popular math/statics libraries for c/c++ code ?
相关主题
dummy question on math libraryMatrix calculation in C++
How to use the online code source? ---- A general question有没有Gnu Scientific Library的non GNU替代物?
computer graphics/vision 领域用哪种语言最多?java大概还有多久才能和C++一样快呢?
请教,关于g++ -l的问题gnu c++ 自带的库能解矩阵方程吗?
一个奇怪的library linking问题(c++, boost.python, shared li (转载)怎么提高C++计算精度? C++ vs Matlab (转载)
Can LGPL, Boost library be used in commercial software developing?为啥matlab一直用列优先存储来存储array?
新手,一个C 库的问题好热闹啊
Framework vs Library有人在xcode上用过intel的MKL吗?
相关话题的讨论汇总
话题: statics话题: libraries话题: gsl话题: math话题: popular
进入Programming版参与讨论
1 (共1页)
w*s
发帖数: 7227
1
any free good ones ?
d**t
发帖数: 183
2
gsl. Not sure if it is the best.

【在 w*s 的大作中提到】
: any free good ones ?
N***m
发帖数: 4460
3
gsl is good enough for most daily use.

【在 d**t 的大作中提到】
: gsl. Not sure if it is the best.
w***g
发帖数: 5958
4
gsl_cblas sucks. you need to replace that with atlas or intel MKL for
serious matrix computations. Otherwise gsl is probably good.

【在 N***m 的大作中提到】
: gsl is good enough for most daily use.
w*s
发帖数: 7227
5
thx !
1 (共1页)
进入Programming版参与讨论
相关主题
有人在xcode上用过intel的MKL吗?一个奇怪的library linking问题(c++, boost.python, shared li (转载)
有些人练java走火入魔,急需吃药Can LGPL, Boost library be used in commercial software developing?
java和c那个更快?新手,一个C 库的问题
openblas怎么比base blas还慢呢?Framework vs Library
dummy question on math libraryMatrix calculation in C++
How to use the online code source? ---- A general question有没有Gnu Scientific Library的non GNU替代物?
computer graphics/vision 领域用哪种语言最多?java大概还有多久才能和C++一样快呢?
请教,关于g++ -l的问题gnu c++ 自带的库能解矩阵方程吗?
相关话题的讨论汇总
话题: statics话题: libraries话题: gsl话题: math话题: popular