eigen¶
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
Home | http://eigen.tuxfamily.org |
Versions | 3.2, 3.1.3, 2.0.17 |
License | MPL2 |
Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/eigen/3.2 |
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install eigen
and update with:
conda update eigen