回 帖 发 新 帖 刷新版面

主题:[讨论]谁能给一下lapack内部函数的使用说明,最好给个例子,你认为最常用的或者知道一个两个也可以

本人装了lapack包,但不知道它都有那些函数可供调用,调用时的格式是什么?请知情的高手们给一些吧,知道多少给多少,最好能再给个使用的例子哦,小弟我这厢先谢过了

回复列表 (共7个回复)

沙发

据说lapack很强大,没有用过,不过似乎imsl中包含了lapack,不知是否包含了所有函数。
都是些英文说明,中文的我也想找一下。

板凳

我的编译环境是linux ubuntu9.10 gfortran,没有imsl

3 楼

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 楼

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 楼

但是没有给函数及用法阿,比如sgesv

6 楼

http://www.netlib.org
有很详细的介绍, intel的MKL函数库也包含lapack, 提供lapack95的接口.

7 楼

[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

我来回复

您尚未登录,请登录后再回复。点此登录或注册