The Armadillo C++ Library aims to provide an efficient and streamlined base for linear algebra operations (matrix maths), while at the same time having a straightforward and easy to use interface. Its intended target audience is scientists and engineers. 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.

PropertyValue
dbpedia-owl:Software/license
dbpedia-owl:Work/genre
dbpedia-owl:Work/language
dbpedia-owl:genre
dbpedia-owl:language
dbpedia-owl:license
dbpprop:abstract
  • The Armadillo C++ Library aims to provide an efficient and streamlined base for linear algebra operations (matrix maths), while at the same time having a straightforward and easy to use interface. Its intended target audience is scientists and engineers. 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. The library employs a delayed evaluation approach to combine several operations into one and reduce (or eliminate) the need for temporaries. Where applicable, the order of operations is optimised. Delayed evaluation and optimisation are achieved through recursive templates and template meta-programming. Due to its approach, Armadillo is related to the uBLAS library, but has a more accessible syntax. Furthermore, as Armadillo has an efficient wrapper of ATLAS and LAPACK functions, it provides machine-dependent optimisations and functionality not present in uBLAS. 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 GNU Octave. It is open source software that is distributed under the LGPL license, making it useful in the development of both open source and commercial software. The project is supported by NICTA research centre and is hosted by Sourceforge.
dbpprop:genre
dbpprop:language
dbpprop:latestPreviewDate
dbpprop:latestPreviewVersion
  • 0.6.12
dbpprop:license
dbpprop:name
  • Armadillo C++ Library
dbpprop:operatingSystem
dbpprop:portalProperty
  • Free Software Portal Logo.svg
  • Free software
dbpprop:programmingLanguage
dbpprop:reference
dbpprop:website
dbpprop:wikiPageUsesTemplate
rdf:type
rdfs:comment
  • The Armadillo C++ Library aims to provide an efficient and streamlined base for linear algebra operations (matrix maths), while at the same time having a straightforward and easy to use interface. Its intended target audience is scientists and engineers. 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.
rdfs:label
  • Armadillo (C++ library)
skos:subject
foaf:homepage
foaf:name
  • Armadillo C++ Library
foaf:page
is dbpprop:disambiguates of