lapack
Port variant standard
Summary Linear Algebra PACKage
Package version 3.11
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 15 NOV 2022, 02:19:23 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.11
Distribution File Information
5a5b3bac27709d8c66286b7a0d1d7bf2d7170ec189a1a756fdf812c97aa7fd10 7723909 Reference-LAPACK-lapack-3.11.tar.gz
Ports that require lapack:standard
python-numpy:py310 Array computing for Python (3.10)
python-numpy:v11 Array computing for Python (3.11)
python-scipy:py310 Scientific library for Python (3.10)
python-scipy:v11 Scientific library for Python (3.11)