Package libblzpack: Information

    Binary package: libblzpack
    Version: 04.00-alt12
    Architecture: ppc64le
    Build time:  Apr 8, 2021, 11:23 AM in the task #269191
    Source package: blzpack
    Category: System/Libraries
    Report package bug
    License: BSD
    Summary: Shared library of BLZPACK
    Description: 
    BLZPACK (for Block LancZos PACKage) is a set of subprograms written
    in standard Fortran 77 intended for the computation of eigenvalues
    eig and eigenvectors (x) of the "standard" eigenvalue problem
    
           (A)*(x) - eig*(x) = (0)
    
    or of the "generalized" eigenvalue problem
    
           (A)*(x) - eig*(B)*(x) = (0)
    
    where (A) and (B) are N x N real, sparse, symmetric matrices, eig an
    eigenvalue, and (x) an eigenvector. It is assumed that there exists
    a linear combination of (A) and (B) which is positive definite to
    guarantee that all eigenvalues are real.
    
    This package contains shared library of BLZPACK.



    Last changed


    April 8, 2021 Grigory Ustinov 04.00-alt12
    - Fixed FTBFS.
    Sept. 17, 2020 Grigory Ustinov 04.00-alt11
    - Fixed FTBFS.
    Aug. 11, 2012 Eugeny A. Rostovtsev 04.00-alt10
    - Built with OpenBLAS instead of GotoBLAS2