Redian新闻
>
直接用NR的源程序需要注意什么吗?
avatar
b*y
2
It might depend on where you use it. If just for
publication, a reference is necessary. If for
commercial use, I doubt that you can just copy and paste.
You better check the statement of NR's license. I believe
they have seperate license for just the code.

【在 h***o 的大作中提到】
: 比如版权的问题....等等
avatar
h*o
3
我当然不会原样照抄,但基本上实现的方法是一样的
NR in c的源程序里的数组下标都从1开始,个人以为
丑陋无比...
暂时还不会有商业用途,所以估计reference一下应该够了
谢啦

【在 b*****y 的大作中提到】
: It might depend on where you use it. If just for
: publication, a reference is necessary. If for
: commercial use, I doubt that you can just copy and paste.
: You better check the statement of NR's license. I believe
: they have seperate license for just the code.

avatar
h*a
4

NR in c++ stopped this, hehe.

【在 h***o 的大作中提到】
: 我当然不会原样照抄,但基本上实现的方法是一样的
: NR in c的源程序里的数组下标都从1开始,个人以为
: 丑陋无比...
: 暂时还不会有商业用途,所以估计reference一下应该够了
: 谢啦

avatar
h*o
5
no online version of NR in C++

【在 h**********a 的大作中提到】
:
: NR in c++ stopped this, hehe.

avatar
h*a
6
maybe ur school's library has it.
actually i got the disk of C code from library copy too, hehe
then no need to copy from pdf.

【在 h***o 的大作中提到】
: no online version of NR in C++
avatar
h*o
7
只有c的源程序....没c++的?
拷贝一份不要紧吧?实际上就那个*.hlp文件有用,不知道还要setup个什么劲

【在 h**********a 的大作中提到】
: maybe ur school's library has it.
: actually i got the disk of C code from library copy too, hehe
: then no need to copy from pdf.

avatar
h*a
8
no c++. what .hlp? no setup needed.

【在 h***o 的大作中提到】
: 只有c的源程序....没c++的?
: 拷贝一份不要紧吧?实际上就那个*.hlp文件有用,不知道还要setup个什么劲

avatar
h*o
9
你的就是寡寡的源程序?
我的是一个hlp文件,打开以后,可以用很多方法检索源程序,
比如按章,按函数明什么的...

【在 h**********a 的大作中提到】
: no c++. what .hlp? no setup needed.
avatar
h*a
10
I forgot leh actually.
i only copied those source code files :-)

【在 h***o 的大作中提到】
: 你的就是寡寡的源程序?
: 我的是一个hlp文件,打开以后,可以用很多方法检索源程序,
: 比如按章,按函数明什么的...

avatar
f*l
11
我不懂, 那lapack, linpack不好么?

【在 h**********a 的大作中提到】
: I forgot leh actually.
: i only copied those source code files :-)

avatar
h*o
12
够快吗?
能作并行计算吗?
自己写也不是很费时间,而且更放心,容易debug

【在 f**l 的大作中提到】
: 我不懂, 那lapack, linpack不好么?
avatar
f*l
13
LAPACK是矩阵计算的最好的库. 其前身为LINPACK.
Matlab这个软件用的就是这些库.
查查netlib, 应该可以查到. LAPACK应该包含并行功能.

【在 h***o 的大作中提到】
: 够快吗?
: 能作并行计算吗?
: 自己写也不是很费时间,而且更放心,容易debug

avatar
h*o
14
我作的现在暂时矩阵用得少
以后搞PDE....矩阵可能就多了

【在 f**l 的大作中提到】
: LAPACK是矩阵计算的最好的库. 其前身为LINPACK.
: Matlab这个软件用的就是这些库.
: 查查netlib, 应该可以查到. LAPACK应该包含并行功能.

avatar
f*l
15
去查http://www.netlib.org/, 做数值计算的不能不知道这个.

【在 h***o 的大作中提到】
: 我作的现在暂时矩阵用得少
: 以后搞PDE....矩阵可能就多了

avatar
f*l
16
如果用C++, 好象还有lapack++.

【在 f**l 的大作中提到】
: LAPACK是矩阵计算的最好的库. 其前身为LINPACK.
: Matlab这个软件用的就是这些库.
: 查查netlib, 应该可以查到. LAPACK应该包含并行功能.

avatar
h*o
17
谢了...最近我搞的ODE Solver好像有点问题, 正想找个别的solver
印证一下

【在 f**l 的大作中提到】
: 去查http://www.netlib.org/, 做数值计算的不能不知道这个.
avatar
f*l
18
if stiff, dassl is the best.
if nonstiff, there is a classic code using adams method.
You may check it on netlib also.
ODE solver不需要自己搞的.

【在 h***o 的大作中提到】
: 谢了...最近我搞的ODE Solver好像有点问题, 正想找个别的solver
: 印证一下

avatar
h*o
19
that's by fortran ba
and it's better than the Bulirsch-Stoer Method?

【在 f**l 的大作中提到】
: if stiff, dassl is the best.
: if nonstiff, there is a classic code using adams method.
: You may check it on netlib also.
: ODE solver不需要自己搞的.

avatar
b*y
20
Lapack based on BLAS is the most powerful numerical
computing engine.

【在 f**l 的大作中提到】
: LAPACK是矩阵计算的最好的库. 其前身为LINPACK.
: Matlab这个软件用的就是这些库.
: 查查netlib, 应该可以查到. LAPACK应该包含并行功能.

avatar
f*l
21
刚刚问过老板.
老板认为, Numerical Recipe里面有很多似是而非的陈述. 劝我不要看
那个. hehe

【在 h***o 的大作中提到】
: that's by fortran ba
: and it's better than the Bulirsch-Stoer Method?

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。