Пакет lapack: Информация

    Исходный пакет: lapack
    Версия: 3.1.1-alt3
    Собран:  4 ноября 2008 г. 3:51
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.netlib.org/

    Лицензия: BSD
    О пакете: The BLAS and LAPACK Fortran libraries for numerical linear algebra
    Описание: 
    LAPACK (Linear Algebra PACKage) is a standard library for numerical
    linear algebra. LAPACK provides routines for solving systems of
    simultaneous linear equations, least-squares solutions of linear
    systems of equations, eigenvalue problems, and singular value
    problems. Associated matrix factorizations (LU, Cholesky, QR, SVD,
    Schur, and generalized Schur) and related computations (i.e.,
    reordering of Schur factorizations and estimating condition numbers)
    are also included. LAPACK can handle dense and banded matrices, but
    not general sparse matrices. Similar functionality is provided for
    real and complex matrices in both single and double precision.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    blas-man (noarch)
    lapack-man (noarch)
    liblapack (x86_64, i586)
    liblapack-devel (x86_64, i586)
    liblapack-devel-static (x86_64, i586)

    Сопровождающий: Alexey Tourbin

    Список участников:
    Alexey Tourbin
    vsl

    Права:
    @qa_p5

      1. libatlas-devel
      2. gcc-fortran

    Последнее изменение


    4 ноября 2008 г. Alexey Tourbin 1:3.1.1-alt3
    - fixed building with gcc-4.3 (switched to "internal function etime")
    - made blas-man and lapack-man packages noarch
    29 октября 2007 г. Alexey Tourbin 1:3.1.1-alt2
    - packaged static libraries (requested by Pavel A. Piminov);
      use e.g. "g77 -static test.f -llapack -lblas" for static linkage
    - fixed missing .TH header in manual pages
    - packaged blas-man and lapack-man apart from liblapack-devel
    - changed src.rpm packaging to keep separate upstream tarball
    19 апреля 2007 г. Alexey Tourbin 1:3.1.1-alt1
    - 3.1.0 -> 3.1.1
    - changed manual page suffix from .3 to .3f