由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - numerical recipe c++
相关主题
Fortran77支持递归(recursion)吗?Matlab C++ math lib的速度问题
求矩阵逆的算法lapack++ and blitz++
something strange in fortran90A fortran problem in CFDRC
Question about overloading in fortran90Fortran里面哪个函数显示系统时间?
a question about mpi-fortranhelp on interface for Matlab and Fortran
problem about Fortran 77 in unixRe: fortran subroutine and function
请教一个程序调用问题(FORTRAN DLL),谢谢!Fortran code optimization
偶也问一fortran问题fortran菜鸟一问
相关话题的讨论汇总
话题: c++话题: numerical话题: recipe话题: fortran话题: solve
进入Computation版参与讨论
1 (共1页)
w**d
发帖数: 2334
1
does anybody have numerical recipe in c++? I need the subroutine to solve
A x = b with A being symmetric.
I tried to use clapack. The software won't allow me to call the BLAS fortran
subroutines. Thanks ahead.
f****r
发帖数: 27
2
http://www.nr.com/nronline_switcher.html

【在 w**d 的大作中提到】
: does anybody have numerical recipe in c++? I need the subroutine to solve
: A x = b with A being symmetric.
: I tried to use clapack. The software won't allow me to call the BLAS fortran
: subroutines. Thanks ahead.

w**d
发帖数: 2334
3
thanks. Seems c++ version is not available.

【在 f****r 的大作中提到】
: http://www.nr.com/nronline_switcher.html
i*******g
发帖数: 168
4
no big difference with the C version.

【在 w**d 的大作中提到】
: thanks. Seems c++ version is not available.
w**w
发帖数: 100
5
I have it, but how to give it to you? :)
I suggest that, try IT++, it is for c++, very easy to us, and has almost every
thing for matrix calculations.

【在 w**d 的大作中提到】
: does anybody have numerical recipe in c++? I need the subroutine to solve
: A x = b with A being symmetric.
: I tried to use clapack. The software won't allow me to call the BLAS fortran
: subroutines. Thanks ahead.

w**d
发帖数: 2334
6
Thanks. I am using TNT from netlib. It seems good. It does not fail even
for singular A.
BTW, what is IT++?

【在 w**w 的大作中提到】
: I have it, but how to give it to you? :)
: I suggest that, try IT++, it is for c++, very easy to us, and has almost every
: thing for matrix calculations.

w**w
发帖数: 100
7
IT++ is a C++ library of mathematical, signal processing, speech processing,
and communications classes and functions.
http://itpp.sourceforge.net/
It can deal with matrix calculations very simple. Such:
M.eig() will give you the eigenvalues of M.
you can look the website.
I used TNT before, not bad. :)

every
solve
fortran

【在 w**d 的大作中提到】
: Thanks. I am using TNT from netlib. It seems good. It does not fail even
: for singular A.
: BTW, what is IT++?

a***u
发帖数: 72
8
有没有试过GSL?
我觉得很多时候GSL比numerical recipe好用,而且是GPL的

【在 w**d 的大作中提到】
: does anybody have numerical recipe in c++? I need the subroutine to solve
: A x = b with A being symmetric.
: I tried to use clapack. The software won't allow me to call the BLAS fortran
: subroutines. Thanks ahead.

w**d
发帖数: 2334
9
what is GSL? I never use C++ to write any program for numerical computations.
Tired of Fortran77. Wanna try C++ for next project.

【在 a***u 的大作中提到】
: 有没有试过GSL?
: 我觉得很多时候GSL比numerical recipe好用,而且是GPL的

a***u
发帖数: 72
10
GNU Scientific Library
http://www.gnu.org/software/gsl/
Stable, interface for C

computations.
solve
fortran

【在 w**d 的大作中提到】
: what is GSL? I never use C++ to write any program for numerical computations.
: Tired of Fortran77. Wanna try C++ for next project.

g*****e
发帖数: 19
11
there are some C++ versions on www. you need to search it out.

【在 w**d 的大作中提到】
: thanks. Seems c++ version is not available.
1 (共1页)
进入Computation版参与讨论
相关主题
fortran菜鸟一问a question about mpi-fortran
Subroutine of luinc in Matlab ?problem about Fortran 77 in unix
MPI Write?请教一个程序调用问题(FORTRAN DLL),谢谢!
[转载] 问一个fortran的问题偶也问一fortran问题
Fortran77支持递归(recursion)吗?Matlab C++ math lib的速度问题
求矩阵逆的算法lapack++ and blitz++
something strange in fortran90A fortran problem in CFDRC
Question about overloading in fortran90Fortran里面哪个函数显示系统时间?
相关话题的讨论汇总
话题: c++话题: numerical话题: recipe话题: fortran话题: solve