由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - have any one compare the effectiveness of matlab and gsl?
相关主题
有人用过Matlab的Compiler吗?或者是否有什么工具能把Matlab程序转成C, C++?Re: matlab和fortran计算结果不一样该相信谁
matlab改成C++,还用了号称史上最快的fftw,结果慢了一倍求教一个Matlab fortran compiler 问题
[转载] 请问一下有没有人比较过C and matlab写的GA的速度Matlab跑了两天了没有反应
matlab question (about C mex ...)高手用过matlab compiler没?求助
Unix下运行Matlab程序另一问请问怎么让matlab能在没装matlab的高性能计算机上运行?
fortran还是matlab?matlab 64位系统 安装求助 没有可用的compiler
How to build a C DLL from .m file?64位系统安装matlab 缺少compiler
Matlab一问Matlab help needed: load data into cell array
相关话题的讨论汇总
话题: gsl话题: matlab话题: any话题: compare
进入Computation版参与讨论
1 (共1页)
z*****g
发帖数: 102
1
I tested them by sort a vector with the length 10000000.
I generated the vector by using the normal variable first, and
then sort it.
Here is the result by using gsl:
real 0m28.137s
user 0m23.945s
sys 0m0.284s
while it took only 5 seconds for the matlab to run.
Of course, this is only one of the tests. Has anyone done this before?
BTW:I am a big fan of the open source, but I really want to know which tools
is
more efficient for me.
Any comment is appreciated.
p*****e
发帖数: 310
2
did you turn on optimization for compiling your gsl? For example, if you
didn't define NDEBUG, it will be much slower.

tools

【在 z*****g 的大作中提到】
: I tested them by sort a vector with the length 10000000.
: I generated the vector by using the normal variable first, and
: then sort it.
: Here is the result by using gsl:
: real 0m28.137s
: user 0m23.945s
: sys 0m0.284s
: while it took only 5 seconds for the matlab to run.
: Of course, this is only one of the tests. Has anyone done this before?
: BTW:I am a big fan of the open source, but I really want to know which tools

1 (共1页)
进入Computation版参与讨论
相关主题
Matlab help needed: load data into cell arrayUnix下运行Matlab程序另一问
偶也问一fortran问题fortran还是matlab?
谁给说说fortran的几个标准How to build a C DLL from .m file?
[合集] 请教c下面大数祖问题Matlab一问
有人用过Matlab的Compiler吗?或者是否有什么工具能把Matlab程序转成C, C++?Re: matlab和fortran计算结果不一样该相信谁
matlab改成C++,还用了号称史上最快的fftw,结果慢了一倍求教一个Matlab fortran compiler 问题
[转载] 请问一下有没有人比较过C and matlab写的GA的速度Matlab跑了两天了没有反应
matlab question (about C mex ...)高手用过matlab compiler没?求助
相关话题的讨论汇总
话题: gsl话题: matlab话题: any话题: compare