Add AuroraDefs.h

This commit is contained in:
Krad
2023-04-23 16:01:53 +08:00
parent 9212115e47
commit c0e413e80c
6 changed files with 21 additions and 11 deletions

7
src/AuroraDefs.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef AURORA_AURORADEFS_H
#define AURORA_AURORADEFS_H
#include <complex>
//必须在mkl.h和Eigen的头之前<complex>之后
#define MKL_Complex16 std::complex<double>
#include "mkl.h"
#endif //AURORA_AURORADEFS_H