armadillo-code 7.800.2
Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use Provides high-level syntax (API) deliberately similar to Matlab Useful for algorithm development directly in C++, or quick conversion of research code into production environments (eg. software & hardware products) Can be used for machine learning, pattern recognition, computer vision, signal processing, bioinformatics, statistics, finance, etc Provides efficient classes for vectors, matrices and cubes, as well as 200+ associated functions; integer, floating point and complex numbers are supported Various matrix decompositions are provided through integration with LAPACK, or one of its high performance drop-in replacements (eg. multi-threaded Intel MKL, or OpenBLAS) A sophisticated expression evaluator (based on template meta-programming) automatically combines several operations to increase speed and efficiency Available under a permissive license, useful for both open-source and proprietary (closed-source) software
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>armadillo-code</id>
<version>7.800.2</version>
<title>Armadillo C++ Linear Algebra Library</title>
<authors>Conrad Sanderson, Ryan Curtin</authors>
<owners>NAME</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>http://license_url_here_or_delete_this_line/</licenseUrl>
<projectUrl>http://arma.sourceforge.net/</projectUrl>
<iconUrl>http://arma.sourceforge.net/img/armadillo_icon.png</iconUrl>
<description>Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use
Provides high-level syntax (API) deliberately similar to Matlab
Useful for algorithm development directly in C++, or quick conversion of research code into production environments (eg. software & hardware products)
Can be used for machine learning, pattern recognition, computer vision, signal processing, bioinformatics, statistics, finance, etc
Provides efficient classes for vectors, matrices and cubes, as well as 200+ associated functions; integer, floating point and complex numbers are supported
Various matrix decompositions are provided through integration with LAPACK, or one of its high performance drop-in replacements (eg. multi-threaded Intel MKL, or OpenBLAS)
A sophisticated expression evaluator (based on template meta-programming) automatically combines several operations to increase speed and efficiency
Available under a permissive license, useful for both open-source and proprietary (closed-source) software
</description>
<copyright>Copyright 2008-2016 Conrad Sanderson (http://conradsanderson.id.au), Copyright 2008-2016 National ICT Australia (NICTA)</copyright>
<tags>nativepackage native arma armadillo c c++</tags>
<dependencies>
<dependency id="OpenBLAS" version="0.2.14.1" />
</dependencies>
<summary>Armadillo is a high quality linear algebra library (matrix maths) for the C++ language, aiming towards a good balance between speed and ease of use</summary>
</metadata>
</package>