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

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_ */