5 VERSION 1.0 : February 29, 1992
6 VERSION 1.0a : June 30, 1992
7 VERSION 1.0b : October 31, 1992
8 VERSION 1.1 : March 31, 1993
9 VERSION 2.0 : September 30, 1994
10 VERSION 3.0 : June 30, 1999
11 VERSION 3.0 + update : October 31, 1999
12 VERSION 3.0 + update : May 31, 2000
13 VERSION 3.1 : November 2006
14 VERSION 3.1.1 : February 2007
16 LAPACK is a library of Fortran 77 subroutines for solving
17 the most commonly occurring problems in numerical linear algebra.
18 It is freely-available software, and is copyrighted.
20 LAPACK is available on netlib and can be obtained via the World Wide
21 Web and anonymous ftp.
23 http://www.netlib.org/lapack/
25 The distribution tar file contains the Fortran source for LAPACK and the
26 testing programs. It also contains the Fortran77
27 reference implementation of the Basic Linear Algebra Subprograms
28 (the Level 1, 2, and 3 BLAS) needed by LAPACK. However this code is
29 intended for use only if there is no other implementation of the BLAS
30 already available on your machine; the efficiency of LAPACK depends
31 very much on the efficiency of the BLAS.
33 The complete package, including test code in four
34 different Fortran data types (real, complex, double precision, double
35 complex), contains some 805,000 lines of Fortran source and comments.
36 You will need approximately 33 Mbytes to read the complete tape.
37 We recommend that you run the testing. The total
38 space requirements for the testing for all four data
39 types, including the object files, is approximately 80 Mbytes.
41 A README file containing the information in this letter is located
42 in the LAPACK directory. Postscript and LaTeX versions of the Quick
43 Installation Guide are in the LAPACK/INSTALL directory, in the files
44 lawn81.tex, psfig.tex, lawn81.ps, and org2.ps. Consult the Installation
45 Guide for further details on installing the package and on what is contained
46 in each subdirectory. For complete information on the LAPACK Testing
47 please consult LAPACK Working Note 41 "Installation
50 It is highly recommended that you obtain a copy of the Third Edition of
51 the LAPACK Users' Guide published by SIAM in Winter, 1999. This Users'
52 Guide gives a detailed description of the philosophy behind LAPACK as well
53 as an explanation of its usage. The LAPACK Users' Guide can be purchased from:
54 SIAM; Customer Service; P. O. Box 7260; Philadelphia, PA 19104;
55 215-382-9800, FAX 215-386-7999. It will also be available from booksellers.
57 To order by email, send email to service@siam.org. The book is also
58 available via SIAM's World Wide Web URL at http://www.siam.org. The
59 ISBN number is 0-89871-447-8, and SIAM order code is SE09. The list
60 price for SIAM members is $31.20; the cost for nonmembers is $39.00.
62 To view an HTML version of the Users' Guide please refer to the URL
64 http://www.netlib.org/lapack/lug/lapack_lug.html.
66 The Fortran95 interface to LAPACK is available, as well as an f2c'ed
67 version of LAPACK, and a C++ version of a subset of LAPACK routines.
68 Refer to the following URLs on netlib for further information:
70 http://www.netlib.org/lapack95/
71 http://www.netlib.org/clapack/
72 http://www.netlib.org/lapack++/
73 http://www.cs.utk.edu/java/f2j/
75 Or, for more information on the distributed-memory version of LAPACK,
76 consult the ScaLAPACK index on netlib:
78 http://www.netlib.org/scalapack/
80 LAPACK has been thoroughly tested, on many different
81 types of computers. The LAPACK project supports the package in the
82 sense that reports of errors or poor performance will gain immediate
83 attention from the developers. Such reports, descriptions
84 of interesting applications, and other comments should be sent by
85 electronic mail to lapack@cs.utk.edu.
87 A list of known problems, bugs, and compiler errors for LAPACK is
89 http://www.netlib.org/lapack/release_notes.html
91 A number of technical reports were written during the development of
92 LAPACK and published as LAPACK Working Notes, initially by Argonne
93 National Laboratory and later by the University of Tennessee. Many of
94 these reports later appeared as journal articles. Most of these working
95 notes are available in pdf and postscript form from netlib.
96 http://www.netlib.org/lapack/lawns/
97 http://www.netlib.org/lapack/lawnspdf/
98 Otherwise, requests for copies of these working notes can be sent to
99 the following address.
103 Computer Science Department
104 University of Tennessee
105 Knoxville, Tennessee 37996-1301
107 Email: lapack@cs.utk.edu