commit | ee06f786797b74e75e6c2eae1209fa6389c49876 | [log] [tgz] |
---|---|---|
author | Gael Guennebaud <g.gael@free.fr> | Tue Nov 04 21:58:52 2014 +0100 |
committer | Gael Guennebaud <g.gael@free.fr> | Tue Nov 04 21:58:52 2014 +0100 |
tree | 6bbd10e84a32664cc7a99484b242df393b02f7f4 | |
parent | c5a3777666f5876ced7274297c797dac555f53e0 [diff] |
Introduce unified macros to identify compiler, OS, and architecture. They are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively.
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.