Name: | armadillo |
---|---|
Version: | 4.320.0 |
Release: | 1.el7 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 50739 |
License: | MPLv2.0 |
RPM: | armadillo-4.320.0-1.el7.x86_64.rpm |
Source RPM: | armadillo-4.320.0-1.el7.src.rpm |
Build Date: | Sat Oct 14 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://arma.sourceforge.net/ |
Summary: | Fast C++ matrix library with interfaces to LAPACK and ATLAS |
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. |
- update to 4.320.0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- add hdf5-devel as build requirement and also as required for the -devel sub-package
- update to 4.300.0
- update to 4.200.0
- update to 4.100.2
- update to 4.100.0
- update to 4.000.2
- add mex_interface to documentation (demonstration of how to connect Armadillo with MATLAB/Octave mex functions)
- update to 4.000.0 - dropped boost dependency and added arpack - remove reference to boost in the comments