主题:[讨论]谁能给一下lapack内部函数的使用说明,最好给个例子,你认为最常用的或者知道一个两个也可以
zhaoghost
[专家分:10] 发布于 2010-03-23 12:49:00
本人装了lapack包,但不知道它都有那些函数可供调用,调用时的格式是什么?请知情的高手们给一些吧,知道多少给多少,最好能再给个使用的例子哦,小弟我这厢先谢过了
回复列表 (共7个回复)
沙发
forcal [专家分:80] 发布于 2010-03-23 13:43:00
据说lapack很强大,没有用过,不过似乎imsl中包含了lapack,不知是否包含了所有函数。
都是些英文说明,中文的我也想找一下。
板凳
zhaoghost [专家分:10] 发布于 2010-03-23 16:51:00
我的编译环境是linux ubuntu9.10 gfortran,没有imsl
3 楼
mtjs [专家分:160] 发布于 2010-03-23 21:15:00
Bischof, C., J. Demmel, J. Dongarra, J. Du Croz, A. Greenbaum, S. Hammarling,
D. Sorensen (1988), LAPACK Working Note #5: Provisional Contents, Argonne
National Laboratory Report ANL-88-38, Mathematics and Computer Science
4 楼
mtjs [专家分:160] 发布于 2010-03-23 21:23:00
And:
LAPACKS is the current standard linear algebra library. It replaces the LINPACK and EISPACK libraries. LAPACKS includes routines to
Solve a linear system;
Solve an under- or over-determined linear system;
Compute the determinant;
Compute the inverse matrix;
Compute the condition number;
Compute the singular value decomposition;
Compute the Q R decomposition;
Compute the eigenvalues and eigenvectors of a matrix;
5 楼
zhaoghost [专家分:10] 发布于 2010-03-23 23:21:00
但是没有给函数及用法阿,比如sgesv
6 楼
yeg001 [专家分:14390] 发布于 2010-03-24 00:08:00
http://www.netlib.org
有很详细的介绍, intel的MKL函数库也包含lapack, 提供lapack95的接口.
7 楼
mtjs [专家分:160] 发布于 2010-03-24 03:02:00
[quote]但是没有给函数及用法阿,比如sgesv[/quote]
Follow this URL you will see all detail information about how to use the Linear Algebra Library.
http://orion.math.iastate.edu/burkardt/f_src/linpacks/linpacks.html
我来回复