Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37728199
en ru br
ALT Linux repos
S:10.8.2-alt1_3
5.0: 0.6.6-alt0.svn20090409.M50.1

Group :: Sciences/Mathematics
RPM: armadillo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.6.6-alt0.svn20090409.M50.1
Build date: 17 may 2009, 10:16 ( 780.8 weeks ago )
Size: 136.89 Kb

Home page:   http://arma.sourceforge.net/

License: LGPLv3+
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 (TM) or Octave.
The library is distributed under a license that is useful in
both open-source and commercial contexts.

Current maintainer: Eugeny A. Rostovtsev (REAL)

List of contributors

List of rpms provided by this srpm:

  • armadillo
  • libarmadillo
  • libarmadillo-devel
  • libarmadillo-devel-doc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin