m1_lapack.hlp
来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· HLP 代码 · 共 65 行
HLP
65 行
{smcl}
{* 28mar2005}{...}
{cmd:help m1 lapack}
{hline}
{* index LAPACK}{...}
{* index Anderson, E.}{...}
{* index Bai, Z.}{...}
{* index Bischof, C.}{...}
{* index Blackford, S.}{...}
{* index Demmel, J.}{...}
{* index Dongarra, J.}{...}
{* index Du Croz, J.}{...}
{* index Greenbaum, A.}{...}
{* index Hammarling, S.}{...}
{* index McKenney, A.}{...}
{* index Sorensen, D.}{...}
{title:Title}
{p 4 4 2}
{bf:[M-1] LAPACK -- The LAPACK linear-algebra routines}
{title:Description}
{p 4 4 2}
LAPACK stands for Linear Algebra PACKage and is a freely available
set of FORTRAN 77 routines for solving systems of
simultaneous equations, eigenvalue problems, and singular value problems.
Many of the LAPACK routines are based on older EISPACK and LINPACK
routines, and the more modern LAPACK does much of its computation using
BLAS (Basic Linear Algebra Subprogram).
{title:Remark}
{p 4 4 2}
The LAPACK and BLAS routines form the basis for many of Mata's
linear-algebra capabilities. Individual functions of Mata that
use LAPACK routines always make note of that fact.
{p 4 4 2}
We would like to thank the authors of LAPACK for their excellent work:
{p 8 12 2}
Anderson, E., Z. Bai, C. Bischof, S. Blackford, J. Demmel, J. Dongarra,
J. Du Croz, A. Greenbaum, S. Hammarling, A. McKenney, and D. Sorensen.
1999. {it:LAPACK Users' Guide}, 3d ed. Philadelphia, PA: Society for
Industrial and Applied Mathematics.
{p 4 4 2}
For up-to-date information on LAPACK, see
{browse "http://www.netlib.org/lapack/"}.
{title:Also see}
{p 4 13 2}
Manual: {hi:[M-1] LAPACK}
{p 4 13 2}
Online: help for
{bf:{help m1_intro:[M-1] intro}}
{p_end}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?