From eb392960285c2645d45118d424786a73768ff50a Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 1 Sep 2014 18:16:20 +0200 Subject: Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class to Eigen/SVD, rm copy/pasted JacobiSVD.h file --- Eigen/SVD | 1 + 1 file changed, 1 insertion(+) (limited to 'Eigen/SVD') diff --git a/Eigen/SVD b/Eigen/SVD index 5eee46df5..c3d24286c 100644 --- a/Eigen/SVD +++ b/Eigen/SVD @@ -21,6 +21,7 @@ */ #include "src/misc/Solve.h" +#include "src/SVD/SVDBase.h" #include "src/SVD/JacobiSVD.h" #if defined(EIGEN_USE_LAPACKE) && !defined(EIGEN_USE_LAPACKE_STRICT) #include "src/SVD/JacobiSVD_MKL.h" -- cgit v1.2.3