You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. ==================
  2. LAPACK README FILE
  3. ==================
  4. VERSION 1.0 : February 29, 1992
  5. VERSION 1.0a : June 30, 1992
  6. VERSION 1.0b : October 31, 1992
  7. VERSION 1.1 : March 31, 1993
  8. VERSION 2.0 : September 30, 1994
  9. VERSION 3.0 : June 30, 1999
  10. VERSION 3.0 + update : October 31, 1999
  11. VERSION 3.0 + update : May 31, 2000
  12. VERSION 3.1 : November 2006
  13. VERSION 3.1.1 : February 2007
  14. VERSION 3.2 : November 2008
  15. VERSION 3.2.1 : April 2009
  16. VERSION 3.2.2 : June 2010
  17. VERSION 3.3.0 : November 2010
  18. VERSION 3.3.1 : April 2011
  19. VERSION 3.4.0 : November 2011
  20. VERSION 3.4.1 : April 2012
  21. VERSION 3.4.2 : September 2012
  22. VERSION 3.5.0 : November 2013
  23. LAPACK is a library of Fortran 90 with subroutines for solving
  24. the most commonly occurring problems in numerical linear algebra.
  25. It is freely-available software, and is copyrighted.
  26. LAPACK is available on netlib and can be obtained via the World Wide
  27. Web and anonymous ftp.
  28. http://www.netlib.org/lapack/
  29. The distribution tar file contains the Fortran source for LAPACK and the
  30. testing programs. It also contains the Fortran77
  31. reference implementation of the Basic Linear Algebra Subprograms
  32. (the Level 1, 2, and 3 BLAS) needed by LAPACK. However this code is
  33. intended for use only if there is no other implementation of the BLAS
  34. already available on your machine; the efficiency of LAPACK depends
  35. very much on the efficiency of the BLAS.
  36. =================
  37. LAPACK INSTALLATION:
  38. - LAPACK can be installed with make. Configuration have to be set in the
  39. make.inc file. A make.inc.example for a Linux machine running GNU compilers
  40. is given in the main directory. Some specific make.inc are also available in
  41. the INSTALL directory
  42. - LAPACK includes also the CMAKE build. You will need to have CMAKE installed
  43. on your machine (CMAKE is available at http://www.cmake.org/). CMAKE will allow
  44. an easy installation on a Windows Machine
  45. - Specific information to run LAPACK under Windows are available at
  46. http://icl.cs.utk.edu/lapack-for-windows/lapack/
  47. For further information on LAPACK please read our FAQ at
  48. http://www.netlib.org/lapack/#_faq
  49. A User forum is also available to help you with the LAPACK library at
  50. http://icl.cs.utk.edu/lapack-forum/
  51. ================
  52. ================
  53. LAPACK User Support
  54. LAPACK has been thoroughly tested, on many different
  55. types of computers. The LAPACK project supports the package in the
  56. sense that reports of errors or poor performance will gain immediate
  57. attention from the developers. Such reports, descriptions
  58. of interesting applications, and other comments should be sent by
  59. electronic mail to lapack@cs.utk.edu.
  60. A list of known problems, bugs, and compiler errors for LAPACK is
  61. maintained on netlib.
  62. http://www.netlib.org/lapack/release_notes.html
  63. A User forum is also available to help you with the LAPACK library at
  64. http://icl.cs.utk.edu/lapack-forum/
  65. You can also contact directly the LAPACK team at lapack@cs.utk.edu
  66. ================
  67. ================
  68. LAPACK TESTING
  69. The complete package, including test code in four
  70. different Fortran data types (real, complex, double precision, double
  71. complex), contains some 805,000 lines of Fortran source and comments.
  72. You will need approximately 33 Mbytes to read the complete tape.
  73. We recommend that you run the testing. The total
  74. space requirements for the testing for all four data
  75. types, including the object files, is approximately 80 Mbytes.
  76. A README file containing the information in this letter is located
  77. in the LAPACK directory. Postscript and LaTeX versions of the Quick
  78. Installation Guide are in the LAPACK/INSTALL directory, in the files
  79. lawn81.tex, psfig.tex, lawn81.ps, and org2.ps. Consult the Installation
  80. Guide for further details on installing the package and on what is contained
  81. in each subdirectory. For complete information on the LAPACK Testing
  82. please consult LAPACK Working Note 41 "Installation
  83. Guide for LAPACK".
  84. ================
  85. ================
  86. LAPACK USER GUIDE
  87. It is highly recommended that you obtain a copy of the Third Edition of
  88. the LAPACK Users' Guide published by SIAM in Winter, 1999. This Users'
  89. Guide gives a detailed description of the philosophy behind LAPACK as well
  90. as an explanation of its usage. The LAPACK Users' Guide can be purchased from:
  91. SIAM; Customer Service; P. O. Box 7260; Philadelphia, PA 19104;
  92. 215-382-9800, FAX 215-386-7999. It will also be available from booksellers.
  93. To order by email, send email to service@siam.org. The book is also
  94. available via SIAM's World Wide Web URL at http://www.siam.org. The
  95. ISBN number is 0-89871-447-8, and SIAM order code is SE09. The list
  96. price for SIAM members is $31.20; the cost for nonmembers is $39.00.
  97. To view an HTML version of the Users' Guide please refer to the URL
  98. http://www.netlib.org/lapack/lug/lapack_lug.html.
  99. ================
  100. ================
  101. LAPACKE
  102. LAPACK now includes the LAPACKE package
  103. LAPACKE is a Standard C language APIs for LAPACK
  104. http://www.netlib.org/lapack/#_standard_c_language_apis_for_lapack
  105. collaboration LAPACK and INTEL Math Kernel Library
  106. Documentation available in the DOCS folder
  107. ================
  108. ================
  109. RELATED LAPACK PROJECTS
  110. The Fortran95 interface to LAPACK is available, as well as an f2c'ed
  111. version of LAPACK, and a C++ version of a subset of LAPACK routines.
  112. Refer to the following URLs on netlib for further information:
  113. http://www.netlib.org/lapack95/
  114. http://www.netlib.org/clapack/
  115. http://www.netlib.org/lapack++/
  116. http://www.cs.utk.edu/java/f2j/
  117. Or, for more information on the distributed-memory version of LAPACK,
  118. consult the ScaLAPACK index on netlib:
  119. http://www.netlib.org/scalapack/
  120. ================
  121. ================
  122. LAPACK WORKING NOTES
  123. A number of technical reports were written during the development of
  124. LAPACK and published as LAPACK Working Notes, initially by Argonne
  125. National Laboratory and later by the University of Tennessee. Many of
  126. these reports later appeared as journal articles. Most of these working
  127. notes are available in pdf and postscript form from netlib.
  128. http://www.netlib.org/lapack/lawns/
  129. http://www.netlib.org/lapack/lawnspdf/
  130. Otherwise, requests for copies of these working notes can be sent to
  131. the following address.
  132. LAPACK Project
  133. c/o J.J. Dongarra
  134. Computer Science Department
  135. University of Tennessee
  136. Knoxville, Tennessee 37996-1301
  137. USA
  138. Email: lapack@cs.utk.edu
  139. ================