由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 直接用NR的源程序需要注意什么吗?
相关主题
LAPACK++ Re: 求解PDE时,用到大型的矩阵,C++里怎么处理?什么是科学计算
在线等:紧急求助Matlab高手(ODE问题)PDE solver in c++
[求助]ODE数值解不converge请问: 哪里能找到linear least square的househoder的C/C++的源程序?
计算! 计算!求解PDE时,用到大型的矩阵,C++里怎么处理?
如何用变步长的差分法解PDE?[help]should I switch from Matlab to C?
job market for scientific computingHelp: How to write mex file for Fortran in Matlab?
请教:怎么把PDE转换成ODE?c++为什么比c慢?
有常微分/偏微分经典书籍推荐么?问个专业问题,请帮助看看
相关话题的讨论汇总
话题: nr话题: lapack话题: 源程序话题: c++话题: copy
进入Computation版参与讨论
1 (共1页)
h***o
发帖数: 539
1
比如版权的问题....等等
b*****y
发帖数: 163
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 的大作中提到】
: 比如版权的问题....等等
h***o
发帖数: 539
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.

h**********a
发帖数: 40
4

NR in c++ stopped this, hehe.

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

h***o
发帖数: 539
5
no online version of NR in C++

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

h**********a
发帖数: 40
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++
h***o
发帖数: 539
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.

h**********a
发帖数: 40
8
no c++. what .hlp? no setup needed.

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

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

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

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

相关主题
job market for scientific computing什么是科学计算
请教:怎么把PDE转换成ODE?PDE solver in c++
有常微分/偏微分经典书籍推荐么?请问: 哪里能找到linear least square的househoder的C/C++的源程序?
进入Computation版参与讨论
f**l
发帖数: 2041
11
我不懂, 那lapack, linpack不好么?

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

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

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

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

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

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

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

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

f**l
发帖数: 2041
16
如果用C++, 好象还有lapack++.

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

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

【在 f**l 的大作中提到】
: 去查http://www.netlib.org/, 做数值计算的不能不知道这个.
f**l
发帖数: 2041
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
: 印证一下

h***o
发帖数: 539
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不需要自己搞的.

b*****y
发帖数: 163
20
Lapack based on BLAS is the most powerful numerical
computing engine.

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

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

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

1 (共1页)
进入Computation版参与讨论
相关主题
问个专业问题,请帮助看看如何用变步长的差分法解PDE?
fortran怎么处理很大的数?job market for scientific computing
Re: 如何算Bessel function with complex orde请教:怎么把PDE转换成ODE?
simulation of a set of stochastic ODE有常微分/偏微分经典书籍推荐么?
LAPACK++ Re: 求解PDE时,用到大型的矩阵,C++里怎么处理?什么是科学计算
在线等:紧急求助Matlab高手(ODE问题)PDE solver in c++
[求助]ODE数值解不converge请问: 哪里能找到linear least square的househoder的C/C++的源程序?
计算! 计算!求解PDE时,用到大型的矩阵,C++里怎么处理?
相关话题的讨论汇总
话题: nr话题: lapack话题: 源程序话题: c++话题: copy