aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/svd_common.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-09-01 18:16:20 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-09-01 18:16:20 +0200
commiteb392960285c2645d45118d424786a73768ff50a (patch)
treee67a346868cb07d98d66d23aeb6a8642f3b65999 /unsupported/test/svd_common.h
parentb121eecf606b584d72d264d2864460e963050687 (diff)
Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class to Eigen/SVD, rm copy/pasted JacobiSVD.h file
Diffstat (limited to 'unsupported/test/svd_common.h')
-rw-r--r--unsupported/test/svd_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/test/svd_common.h b/unsupported/test/svd_common.h
index b40c23a2b..6a96e7c74 100644
--- a/unsupported/test/svd_common.h
+++ b/unsupported/test/svd_common.h
@@ -18,7 +18,7 @@
#define EIGEN_RUNTIME_NO_MALLOC
#include "main.h"
-#include <unsupported/Eigen/SVD>
+#include <unsupported/Eigen/BDCSVD>
#include <Eigen/LU>