bug #173: remove dependency to MKL for LAPACKe backend.

This commit is contained in:
Gael Guennebaud
2016-07-25 17:55:07 +02:00
parent 34b483e25d
commit 4d54e3dd33
10 changed files with 16349 additions and 42 deletions

View File

@@ -49,7 +49,7 @@
#define EIGEN_USE_LAPACKE
#endif
#if defined(EIGEN_USE_LAPACKE) || defined(EIGEN_USE_MKL_VML)
#if defined(EIGEN_USE_MKL_VML)
#define EIGEN_USE_MKL
#endif
@@ -72,7 +72,6 @@
#endif
#if defined EIGEN_USE_MKL
#include <mkl_lapacke.h>
#define EIGEN_MKL_VML_THRESHOLD 128
/* MKL_DOMAIN_BLAS, etc are defined only in 10.3 update 7 */
@@ -125,4 +124,8 @@ typedef int BlasIndex;
#include "../../misc/blas.h"
#endif
#ifdef EIGEN_USE_LAPACKE
#include "../../misc/lapacke.h"
#endif
#endif // EIGEN_MKL_SUPPORT_H