aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SVD
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 /Eigen/SVD
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 'Eigen/SVD')
-rw-r--r--Eigen/SVD1
1 files changed, 1 insertions, 0 deletions
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"