mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix compilation with MKL support
This commit is contained in:
4
Eigen/src/misc/lapacke.h
Normal file → Executable file
4
Eigen/src/misc/lapacke.h
Normal file → Executable 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_ */
|
||||
|
||||
Reference in New Issue
Block a user