Rename MKL files

This commit is contained in:
Gael Guennebaud
2016-07-25 18:00:47 +02:00
parent 4d54e3dd33
commit 0c06077efa
13 changed files with 8 additions and 8 deletions

View File

@@ -37,7 +37,7 @@
#include "src/SVD/JacobiSVD.h"
#include "src/SVD/BDCSVD.h"
#if defined(EIGEN_USE_LAPACKE) && !defined(EIGEN_USE_LAPACKE_STRICT)
#include "src/SVD/JacobiSVD_MKL.h"
#include "src/SVD/JacobiSVD_LAPACKE.h"
#endif
#include "src/Core/util/ReenableStupidWarnings.h"