From 2855d5c9a03501a90e234984b2baf9ba0613bbf1 Mon Sep 17 00:00:00 2001 From: Krad Date: Mon, 24 Apr 2023 15:23:07 +0800 Subject: [PATCH] Add EIGEN_USE_MKL_ALL to AuroraDefs.h --- src/AuroraDefs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AuroraDefs.h b/src/AuroraDefs.h index 2c4cad4..a20d163 100644 --- a/src/AuroraDefs.h +++ b/src/AuroraDefs.h @@ -1,5 +1,7 @@ #ifndef AURORA_AURORADEFS_H #define AURORA_AURORADEFS_H + +#define EIGEN_USE_MKL_ALL #include //必须在mkl.h和Eigen的头之前,之后 #define MKL_Complex16 std::complex