Linear Algebra Package
LAPACK provides routines for solving systems of simultaneous linear
equations, least-squares solutions of linear systems of equations,
eigenvalue problems, and singular value problems. The associated matrix
factorizations (LU, Cholesky, QR, SVD, Schur, generalized Schur) are
also provided, as are related computations such as reordering of the
Schur factorizations and estimating condition numbers. Dense and banded
matrices are handled, but not general sparse matrices. In all areas,
similar functionality is provided for real and complex matrices, in
both single and double precision.
- Developed at science
- Sources inherited from project openSUSE:Factory
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/lapack && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Avoid-out-of-bounds-accesses-in-complex-EIG-tests. |
0000035986 35.1 KB | |
Fix-MinGW-build-error.patch | 0000001668 1.63 KB | |
Fix-out-of-bounds-read.patch | 0000002195 2.14 KB | |
Fix-some-minor-inconsistencies-in-LAPACKE_czgesvdq |
0000002474 2.42 KB | |
Restore_missing_deprecated_prototypes.patch | 0000007350 7.18 KB | |
baselibs.conf | 0000000412 412 Bytes | |
lapack-3.2.2.patch | 0000000307 307 Bytes | |
lapack-3.9.0.tar.gz | 0007534567 7.19 MB | |
lapack-man.spec | 0000001958 1.91 KB | |
lapack.changes | 0000018938 18.5 KB | |
lapack.rpmlintrc | 0000000163 163 Bytes | |
lapack.spec | 0000016105 15.7 KB |
Revision 54 (latest revision is 60)
Dominique Leuenberger (dimstar_suse)
accepted
request 1066236
from
Egbert Eich (eeich)
(revision 54)
- As a configurable option add tmglib code to the LAPACK librarly and enable TMG in LAPACKE as the header files provide its API (boo#1207989 & bsc#1087426). - Restore generic link for update-alternatives. This is usually set by the update-alternatives and it is '%ghost'ed but rpmlint complains. - Move update-alternatives --remove to %%postun to stop rpmlint from complaining. - Removed useless - because never executed - %%postrans scriptlets. - Added missing _%%{_arch} to update-alternative names. - rpmlint complains anyway - this time about alternative-link-missing - as it does not understand the _%%{_arch} endings: muffle with rpmlintrc. - Make arch-dependent generic names conditional. (forwarded request 1066221 from eeich)
Comments 0