Armadillo: Difference between revisions

From UFRC
Jump to navigation Jump to search
Maxprok (talk | contribs)
Created page with "Category:SoftwareCategory:LibraryCategory:C++Category:Math {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|armadillo}} |{{#vardefine:url|http://arma.sourcef..."
 
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Library]][[Category:C++]][[Category:Math]]
[[Category:Software]][[Category:Library]][[Category:Compiler]][[Category:Math]]
{|<!--CONFIGURATION: REQUIRED-->
{|<!--CONFIGURATION: REQUIRED-->
|{{#vardefine:app|armadillo}}
|{{#vardefine:app|armadillo}}
Line 21: Line 21:


<!--Modules-->
<!--Modules-->
==Required Modules==
==Environment Modules==
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
* {{#var:app}}
<!--
===Parallel (OpenMP)===
* intel
* {{#var:app}}
===Parallel (MPI)===
* intel
* openmpi
* {{#var:app}}
-->
==System Variables==
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
<!--Configuration-->
<!--Configuration-->
{{#if: {{#var: conf}}|==Configuration==
{{#if: {{#var: conf}}|==Configuration==
Line 69: Line 58:
If you publish research that uses {{#var:app}} you have to cite it as follows:
If you publish research that uses {{#var:app}} you have to cite it as follows:


[http://arma.sourceforge.net/armadillo_nicta_2010.pdf Armadillo: An Open Source C++ Linear Algebra Library for
[http://arma.sourceforge.net/armadillo_nicta_2010.pdf Armadillo: An Open Source C++ Linear Algebra Library for Fast Prototyping and Computationally Intensive Experiments]
Fast Prototyping and Computationally Intensive Experiments]


|}}
|}}

Latest revision as of 14:33, 12 August 2022

Description

armadillo website  

Armadillo is a high quality C++ linear algebra library, aiming towards a good balance between speed and ease of use.

Environment Modules

Run module spider armadillo to find out what environment modules are available for this application.

System Variables

  • HPC_ARMADILLO_DIR - installation directory




Citation

If you publish research that uses armadillo you have to cite it as follows:

Armadillo: An Open Source C++ Linear Algebra Library for Fast Prototyping and Computationally Intensive Experiments