summaryrefslogtreecommitdiff
path: root/libraries/lapack/README
blob: 25b52b9faa74bc48122cb052e268bd552869fcf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
LAPACK provides routines for solving systems of simultaneous linear
equations, least-squares solutions of linear systems of equations,
eigenvalue problems, and singular value problems.

xblas is an optional dependency.

To build a static library in addition to the shared library,
pass STATIC=yes to the script.

Note: If you want good performance, then use the BLAS libraries provided by
      your CPU vendor, or OpenBLAS or atlas provided by SlackBuilds.org.