Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
4 years ago | |
---|---|---|
.. | ||
BLAS | 5 years ago | |
CBLAS | 5 years ago | |
CMAKE | 5 years ago | |
DOCS | 5 years ago | |
INSTALL | 5 years ago | |
LAPACKE | 5 years ago | |
SRC | 4 years ago | |
TESTING | 5 years ago | |
.appveyor.yml | 5 years ago | |
.gitignore | 5 years ago | |
.travis.yml | 5 years ago | |
CMakeLists.txt | 5 years ago | |
CTestConfig.cmake | 8 years ago | |
CTestCustom.cmake.in | 8 years ago | |
LICENSE | 7 years ago | |
Makefile | 5 years ago | |
README.md | 5 years ago | |
lapack.pc.in | 7 years ago | |
lapack_build.cmake | 5 years ago | |
lapack_testing.py | 5 years ago | |
make.inc.example | 5 years ago | |
meson.build | 5 years ago | |
meson_options.txt | 5 years ago |
LAPACK is a library of Fortran subroutines for solving the most commonly
occurring problems in numerical linear algebra.
LAPACK is a freely-available software package. It can be included in commercial
software packages (and has been). We only ask that that proper credit be given
to the authors, for example by citing the LAPACK Users' Guide. The license used
for the software is the modified BSD license, see:
https://github.com/Reference-LAPACK/lapack/blob/master/LICENSE
Like all software, it is copyrighted. It is not trademarked, but we do ask the
following: if you modify the source for these routines we ask that you change
the name of the routine and comment the changes made to the original.
We will gladly answer any questions regarding the software. If a modification
is done, however, it is the responsibility of the person who modified the
routine to provide support.
LAPACK is available from github at:
https://github.com/reference-lapack/lapack
LAPACK releases are also available on netlib at:
http://www.netlib.org/lapack/
The distribution contains (1) the Fortran source for LAPACK, and (2) its
testing programs. It also contains (3) the Fortran reference implementation of
the Basic Linear Algebra Subprograms (the Level 1, 2, and 3 BLAS) needed by
LAPACK. However this code is intended for use only if there is no other
implementation of the BLAS already available on your machine; the efficiency of
LAPACK depends very much on the efficiency of the BLAS. It also contains (4)
CBLAS, a C interface to the BLAS, and (5) LAPACKE, a C interface to LAPACK.
make
. The configuration have to be set in themake.inc
file. A make.inc.example
for a Linux machine running GNU compilersmake.inc
are also available inINSTALL
directory.mkdir build
cd build
cmake -DCMAKE_INSTALL_LIBDIR=$HOME/.local/lapack ..
cmake --build -j . --target install
That installs the LAPACK library under $HOME/.local/lapack/LAPACK has been thoroughly tested, on many different types of computers. The
LAPACK project supports the package in the sense that reports of errors or poor
performance will gain immediate attention from the developers. Such reports,
descriptions of interesting applications, and other comments should be sent by
electronic mail to lapack@icl.utk.edu.
For further information on LAPACK please read our FAQ at
http://www.netlib.org/lapack/#_faq.
A list of known problems, bugs, and compiler errors for LAPACK is
maintained on netlib
http://www.netlib.org/lapack/release_notes.html.
Please see as well
https://github.com/Reference-LAPACK/lapack/issues.
A User forum is also available to help you with the LAPACK library at
http://icl.cs.utk.edu/lapack-forum/.
You can also contact directly the LAPACK team at lapack@icl.utk.edu.
LAPACK includes a thorough test suite. We recommend that, after compilation,
you run the test suite.
For complete information on the LAPACK Testing please consult LAPACK Working
Note 41 "Installation Guide for LAPACK".
To view an HTML version of the Users' Guide please refer to the URL
http://www.netlib.org/lapack/lug/lapack_lug.html.
LAPACK now includes the LAPACKE package. LAPACKE is a Standard C language API
for LAPACK This was born from a collaboration of the LAPACK and INTEL Math
Kernel Library teams. See:
http://www.netlib.org/lapack/#_standard_c_language_apis_for_lapack.
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
C Fortran Motorola 68K Assembly Makefile Unix Assembly other