Reafctoring in D&C SVD unsupported module: clean and merge the SVDBase class to Eigen/SVD, rm copy/pasted JacobiSVD.h file

This commit is contained in:
Gael Guennebaud
2014-09-01 18:16:20 +02:00
parent b121eecf60
commit eb39296028
14 changed files with 180 additions and 1049 deletions

View File

@@ -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"