2023-04-23 16:01:53 +08:00
|
|
|
|
#ifndef AURORA_AURORADEFS_H
|
|
|
|
|
|
#define AURORA_AURORADEFS_H
|
|
|
|
|
|
#include <complex>
|
|
|
|
|
|
//必须在mkl.h和Eigen的头之前,<complex>之后
|
|
|
|
|
|
#define MKL_Complex16 std::complex<double>
|
|
|
|
|
|
#include "mkl.h"
|
2023-04-24 11:21:31 +08:00
|
|
|
|
|
|
|
|
|
|
#define PI 3.141592653589793238462
|
|
|
|
|
|
|
2023-04-23 16:01:53 +08:00
|
|
|
|
#endif //AURORA_AURORADEFS_H
|