lapack
Port variant standard
Summary Linear Algebra PACKage
Package version 3.12.0
Homepage https://www.netlib.org/lapack/
Keywords math
Maintainer nobody
License BSD3CLAUSE
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 28 DEC 2023, 04:24:38 UTC
Port created 21 APR 2020, 01:22:25 UTC
Subpackage Descriptions
complete This is the lapack-standard metapackage. It pulls in all subpackages of lapack-standard.
blas blas (Basic Linear Algebra Subprograms) The BLAS (Basic Linear Algebra Subprograms) are routines that provide standard building blocks for performing basic vector and matrix operations. The Level 1 BLAS perform scalar, vector, and vector-vector operations, the Level 2 BLAS perform matrix-vector operations, and the Level 3 BLAS perform matrix-matrix operations. Because the BLAS are efficient, portable, and widely available, they are commonly used in the development of high quality linear algebra software.
lapack lapack (linear algebra routines) 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.
lapacke lapacke (C interface to LAPACK) This implementation provides a native C interface to LAPACK routines available at www.netlib.org/lapack to facilitate usage of LAPACK functionality for C programmers.
Configuration Switches (platform-specific settings discarded)
This port has no build options.
Package Dependencies by Type
Build (only) cmake:primary:standard
Build and Runtime xblas:single:standard
Runtime (only) lapack:blas:standard (lapack subpackage)
ravensys-gcc:fortran_run:standard (blas subpackage)
lapack:lapack:standard (lapacke subpackage)
Download groups
main mirror://GITHUB/Reference-LAPACK:lapack:v3.12.0
Distribution File Information
eac9570f8e0ad6f30ce4b963f4f033f0f643e7c3912fc9ee6cd99120675ad48b 7933607 Reference-LAPACK-lapack-3.12.0.tar.gz
Ports that require lapack:standard
python-scipy:v11 Scientific library for Python (3.11)
python-scipy:v12 Scientific library for Python (3.12)