Skip to main content

eigen: C++ template library for matrix and vector operations,

Contents

  1. Overview of package
    1. General usage
  2. Availability of package by cluster

Overview of package

General information about package
Package: eigen
Description: C++ template library for matrix and vector operations,
For more information: https://eigen.tuxfamily.org
Categories:
License: OpenSource (MPL2)

General usage information

Eigen is a C++ template library for linear algebra matrices, vectors, numerical solvers, and related algorithms.

The following environmental variables have been defined:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

Available versions of the package eigen, by cluster

This section lists the available versions of the package eigenon the different clusters.

Available versions of eigen on the Zaratab cluster

Available versions of eigen on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
3.4.0 eigen/3.4.0 icelake, x86_64, zen2 Y
3.3.7 eigen/3.3.7 zen Y






Back to Top