Package mtl4: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #221077
Package removed: beekeeper
Deletion date: Feb. 9, 2019
    Source package: mtl4
    Version: 4.r7628-alt4.beta1
    Build time:  Aug 12, 2012, 03:14 AM
    Report package bug
    License: BSD-like
    Summary: The Matrix Template Library, Version 4
    Description: 
    The Matrix Template Library is a C++ class library for basic linear
    algebra. The MTL is designed for high-performance while at the same
    time taking advantage of the generic programming paradigm (ala the
    STL) to allow much greater flexibility and breadth of
    functionality. Many new and advanced programming techniques were used
    in the construction of this library.
    
    The MTL is a low level library in the sense that the user must be
    conscious of the matrix type being used, and that all computationally
    expensive operations are explicit. The MTL is not a C++ Matlab or
    Mathematica. Nevertheless, the interface is designed to be simple and easy
    to use.
    
    The matrix types provided include compressed sparse row/column,
    traditional row- and column-major dense, Morton-order, and block-recursive
    matrices. All matrix types share a common and easy to use interface.
    
    The algorithms consist of the traditional basic linear algebra
    routines (from the BLAS level-1 to 3) which includes matrix and vector
    arithmetic.

    List of rpms provided by this srpm:
    libmtl2-2.1.2-devel (noarch)
    libmtl2-2.1.2-devel-doc (noarch)
    libmtl4-devel (x86_64, i586, aarch64)
    libmtl4-devel-docs (noarch)
    mtl4 (x86_64, i586, aarch64)
    mtl4-examples (x86_64, i586, aarch64)
    mtl4-examples-debuginfo (x86_64, i586, aarch64)
    mtl4-tests (x86_64, i586, aarch64)
    mtl4-tests-debuginfo (x86_64, i586, aarch64)


    List of contributors:
    Eugeny A. Rostovtsev

      1. liblapack-devel
      2. boost-devel
      3. /usr/bin/dvips
      4. graphviz
      5. doxygen
      6. cmake
      7. rpm-build-python
      8. gcc-c++
      9. gcc-fortran
      10. python-devel

    Last changed


    Aug. 12, 2012 Eugeny A. Rostovtsev 4.r7628-alt4.beta1
    - Built with OpenBLAS instead of GotoBLAS2
    June 7, 2012 Eugeny A. Rostovtsev 4.r7628-alt3.beta1
    - Fixed build
    April 7, 2011 Eugeny A. Rostovtsev 4.r7628-alt2.beta1.2
    - Built with GotoBLAS2 instead of ATLAS