Eigen
From ScientificComputing
Revision as of 17:28, 14 November 2016 by Sfux (talk | contribs) (Created page with "{{Application}}")
Contents
Category
Development, LibraryDescription
Eigen is a high-level C++ library of template headers for linear algebra, matrix and vector operations, geometrical transformations, numerical solvers and related algorithms. Eigen is implemented using the expression templates metaprogramming technique, meaning it builds expression trees at compile time and generates custom code to evaluate these. Using expression templates and a cost model of floating point operations, the library performs its own loop unrolling and vectorization.Available versions (Euler, old software stack)
Legacy versions | Supported versions | New versions |
---|---|---|
3.2.1 |
Please note that this page refers to installations from the old software stack. There are two software stacks on Euler. Newer versions of software are found in the new software stack.
Environment modules (Euler, old software stack)
Version | Module load command | Additional modules loaded automatically |
---|---|---|
3.2.1 | module load gcc/4.8.2 eigen/3.2.1 |
Please note that this page refers to installations from the old software stack. There are two software stacks on Euler. Newer versions of software are found in the new software stack.