Add AuroraDefs.h
This commit is contained in:
7
src/AuroraDefs.h
Normal file
7
src/AuroraDefs.h
Normal 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
|
||||
Reference in New Issue
Block a user