EigenSolver is now in the Eigenvalues modules, not QR !

: Enter commit message.  Lines beginning with 'HG:' are removed.
This commit is contained in:
Gael Guennebaud 2011-01-27 13:56:03 +01:00
parent 255f2a1379
commit f5d0f115b4

View File

@ -5,7 +5,7 @@
#include <Eigen/src/Core/util/DisableMSVCWarnings.h>
#include <Eigen/QR>
#include <Eigen/Eigenvalues>
// Note that EIGEN_HIDE_HEAVY_CODE has to be defined per module
#if (defined EIGEN_EXTERN_INSTANTIATIONS) && (EIGEN_EXTERN_INSTANTIATIONS>=2)