Package armadillo: Information

Source package: armadillo
Version: 10.2.0-alt1_2
Latest version according to Repology
Build time:  Mar 3, 2021, 01:44 PM in the task #267302
Report package bug
License: ASL 2.0
Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave
Description: 
Armadillo is a C++ linear algebra library (matrix maths)
aiming towards a good balance between speed and ease of use.
Integer, floating point and complex numbers are supported,
as well as a subset of trigonometric and statistics functions.
Various matrix decompositions are provided through optional
integration with LAPACK and ATLAS libraries.
A delayed evaluation approach is employed (during compile time)
to combine several operations into one and reduce (or eliminate)
the need for temporaries. This is accomplished through recursive
templates and template meta-programming.
This library is useful if C++ has been decided as the language
of choice (due to speed and/or integration capabilities), rather
than another language like Matlab or Octave.

List of rpms provided by this srpm:
libarmadillo-devel (x86_64, i586)
libarmadillo10 (x86_64, i586)
libarmadillo10-debuginfo (x86_64, i586)

Maintainer: Igor Vlasenko


ACL:
Igor Vlasenko
@everybody

    1. liblapack-devel
    2. /proc
    3. cmake
    4. ctest
    5. rpm-macros-cmake
    6. rpm-macros-fedora-compat
    7. rpm-macros-generic-compat
    8. libopenblas-devel
    9. gcc-c++
    10. libarpack-ng-devel
    11. libatlas-devel
    12. libsuperlu-devel
    13. libhdf5-devel

Last changed


Feb. 27, 2021 Igor Vlasenko 10.2.0-alt1_2
- update to new release by fcimport
Jan. 26, 2021 Igor Vlasenko 10.1.2-alt1_1
- new version
Nov. 9, 2020 Igor Vlasenko 9.900.3-alt2_2
- restored to Sisyphus