aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/Polynomials
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-01-27 13:56:03 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-01-27 13:56:03 +0100
commitf5d0f115b477aa1d26bb6ee750f48f1bc79478be (patch)
tree3b6190161553bfb7e3f7c703fbf893f44d9bea17 /unsupported/Eigen/Polynomials
parent255f2a13796aeb659c49cc1a99a3d90706fd24c7 (diff)
EigenSolver is now in the Eigenvalues modules, not QR !
: Enter commit message. Lines beginning with 'HG:' are removed.
Diffstat (limited to 'unsupported/Eigen/Polynomials')
-rw-r--r--unsupported/Eigen/Polynomials2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/Polynomials b/unsupported/Eigen/Polynomials
index e64377481..1ca01a8b7 100644
--- a/unsupported/Eigen/Polynomials
+++ b/unsupported/Eigen/Polynomials
@@ -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)