1 To use Eigen in a GCS plugin, just add a relative INCLUDEPATH
2 directive to that plugin's project file. ex:
3 INCLUDPATH += ../../libs/eigen
5 Eigen is a header-only template library. It is included because noone
6 aught to be reinventing their own linear algebra library.
8 Version contained here is latest stable 3.2.0 release from
9 http://bitbucket.org/eigen/eigen/get/3.2.0.tar.bz2