Fast C++ matrix library with syntax similar to MATLAB and Octave
Репозитории
Extras
Полное описание
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.
* Wed Apr 10 2024 Antonio Trande <sagitter@fedoraproject.org> - 12.6.6-2
- Rebuild for SuperLU-6.0.1 in EPEL9 (new build release on EPEL9)
* Fri Apr 05 2024 Antonio Trande <sagitter@fedoraproject.org> - 12.6.6-1
- Rebuild for SuperLU-6.0.1 in EPEL9 (minor bump)
* Wed Jan 10 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 12.6.6-1
- Rebuilt for MSVSphere 9.3
* Sun Dec 31 2023 Ryan Curtin <ryan@ratml.org> - 12.6.6-1
- Update to latest stable version.
* Fri Jul 08 2022 Ryan Curtin <ryan@ratml.org> - 10.8.2-4
- Re-enable ARPACK and HDF5 support since it is now available in EPEL9.
* Thu May 12 2022 Ryan Curtin <ryan@ratml.org> - 10.8.2-3
- Remove ARPACK and HDF5 dependencies from armadillo-devel package too.
* Thu May 12 2022 Ryan Curtin <ryan@ratml.org> - 10.8.2-2
- Rebuild for EPEL9; remove ARPACK and HDF5 dependencies for now.