Fix compilation with MKL support

This commit is contained in:
Gael Guennebaud 2016-07-26 13:31:29 +02:00
parent 429028b652
commit 7f7e84aa36
2 changed files with 5 additions and 0 deletions

1
Eigen/src/Core/util/MKL_support.h Normal file → Executable file
View File

@ -72,6 +72,7 @@
#endif
#if defined EIGEN_USE_MKL
#define EIGEN_MKL_VML_THRESHOLD 128
/* MKL_DOMAIN_BLAS, etc are defined only in 10.3 update 7 */

4
Eigen/src/misc/lapacke.h Normal file → Executable file
View File

@ -31,6 +31,8 @@
* Generated November, 2011
*****************************************************************************/
#ifndef _MKL_LAPACKE_H_
#ifndef _LAPACKE_H_
#define _LAPACKE_H_
@ -16285,3 +16287,5 @@ void LAPACK_zsyr( char* uplo, lapack_int* n, lapack_complex_double* alpha,
#endif /* __cplusplus */
#endif /* _LAPACKE_H_ */
#endif /* _MKL_LAPACKE_H_ */