The math/lapack port
lapack-3.12.0 – library of Fortran linear algebra subroutines (cvsweb github mirror)
Description
LAPACK is written in Fortran77 and 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. 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 for example.WWW: https://netlib.org/lapack/
Maintainer
The OpenBSD ports mailing-list
Categories
Library dependencies
Build dependencies
Files
- /usr/local/include/cblas.h
- /usr/local/include/cblas_64.h
- /usr/local/include/cblas_f77.h
- /usr/local/include/cblas_mangling.h
- /usr/local/include/lapack.h
- /usr/local/include/lapacke.h
- /usr/local/include/lapacke_config.h
- /usr/local/include/lapacke_mangling.h
- /usr/local/include/lapacke_utils.h
- /usr/local/lib/cmake/
- /usr/local/lib/cmake/cblas-3.12.0/
- /usr/local/lib/cmake/cblas-3.12.0/cblas-config-version.cmake
- /usr/local/lib/cmake/cblas-3.12.0/cblas-config.cmake
- /usr/local/lib/cmake/cblas-3.12.0/cblas-targets-release.cmake
- /usr/local/lib/cmake/cblas-3.12.0/cblas-targets.cmake
- /usr/local/lib/cmake/lapack-3.12.0/
- /usr/local/lib/cmake/lapack-3.12.0/lapack-config-version.cmake
- /usr/local/lib/cmake/lapack-3.12.0/lapack-config.cmake
- /usr/local/lib/cmake/lapack-3.12.0/lapack-targets-release.cmake
- /usr/local/lib/cmake/lapack-3.12.0/lapack-targets.cmake
- /usr/local/lib/cmake/lapacke-3.12.0/
- /usr/local/lib/cmake/lapacke-3.12.0/lapacke-config-version.cmake
- /usr/local/lib/cmake/lapacke-3.12.0/lapacke-config.cmake
- /usr/local/lib/cmake/lapacke-3.12.0/lapacke-targets-release.cmake
- /usr/local/lib/cmake/lapacke-3.12.0/lapacke-targets.cmake
- /usr/local/lib/libblas.so.2.1
- /usr/local/lib/libcblas.so.2.0
- /usr/local/lib/liblapack.so.7.1
- /usr/local/lib/liblapacke.so.0.0
- /usr/local/lib/libtmglib.so.0.0
- /usr/local/lib/pkgconfig/blas.pc
- /usr/local/lib/pkgconfig/cblas.pc
- /usr/local/lib/pkgconfig/lapack.pc
- /usr/local/lib/pkgconfig/lapacke.pc
- @conflict blas-*
- @conflict cblas-*