dc.contributor.author | Sanderson, Conrad | |
dc.contributor.author | Curtin, Ryan | |
dc.date.accessioned | 2019-09-16T01:08:13Z | |
dc.date.available | 2019-09-16T01:08:13Z | |
dc.date.issued | 2016 | |
dc.identifier.issn | 2475-9066 | |
dc.identifier.doi | 10.21105/joss.00026 | |
dc.identifier.uri | http://hdl.handle.net/10072/387317 | |
dc.description.abstract | The C++ language is often used for implementing functionality that is performance
and/or resource sensitive. While the standard C++ library provides many useful algorithms (such as sorting), in its current form it does not provide direct handling of
linear algebra (matrix maths).
Armadillo is an open source linear algebra library for the C++ language, aiming towards
a good balance between speed and ease of use. Its high-level Application Programming
Interface (API) is deliberately similar to the widely Matlab and Octave languages (Eaton
et al. 2015), so that mathematical operations can be expressed in a familiar and natural
manner. The library is useful for algorithm development directly in C++, or relatively
quick conversion of research code into production environments.
Armadillo provides efficient objects for vectors, matrices and cubes (third order tensors),
as well as over 200 associated functions for manipulating data stored in the objects. Integer, floating point and complex numbers are supported, as well as dense and sparse
storage formats. Various matrix factorisations are provided through integration with LAPACK (Demmel 1997), or one of its high performance drop-in replacements such as Intel
MKL (Intel 2016) or OpenBLAS (Xianyi, Qian, and Saar 2016). It is also possible to use
Armadillo in conjunction with NVBLAS to obtain GPU-accelerated matrix multiplication
(NVIDIA 2015).
Armadillo is used as a base for other open source projects, such as MLPACK, a C++
library for machine learning and pattern recognition (Curtin et al. 2013), and RcppArmadillo, a bridge between the R language and C++ in order to speed up computations
(Eddelbuettel and Sanderson 2014).
Armadillo internally employs an expression evaluator based on template metaprogramming techniques (Abrahams and Gurtovoy 2004), to automatically combine
several operations in order to increase speed and efficiency. An overview of the internal
architecture is given in (Sanderson 2010). | |
dc.publisher | The Open Journals | |
dc.relation.ispartofpagefrom | 26 | |
dc.relation.ispartofpageto | 26 | |
dc.relation.ispartofissue | 2 | |
dc.relation.ispartofjournal | The Journal of Open Source Software | |
dc.relation.ispartofvolume | 1 | |
dc.subject.fieldofresearch | Computer Software | |
dc.subject.fieldofresearchcode | 0803 | |
dc.title | Armadillo: a template-based C++ library for linear algebra | |
dc.type | Journal article | |
dc.type.description | C2 - Articles (Other) | |
dcterms.bibliographicCitation | Sanderson, C; Curtin, R, Armadillo: a template-based C++ library for linear algebra, The Journal of Open Source Software, 2016, 1 (2), pp. 26-26 | |
dcterms.license | http://creativecommons.org/licenses/by/4.0/ | |
dc.date.updated | 2019-09-13T06:09:59Z | |
dc.description.version | Version of Record (VoR) | |
gro.rights.copyright | © 2016 Authors of JOSS papers retain copyright and release the work under a Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. | |
gro.hasfulltext | Full Text | |
gro.griffith.author | Sanderson, Conrad | |