Files
Aurora/src/AuroraDefs.h
2023-10-08 15:58:43 +08:00

13 lines
281 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef AURORA_AURORADEFS_H
#define AURORA_AURORADEFS_H
#define EIGEN_USE_MKL_ALL
#include <complex>
//必须在mkl.h和Eigen的头之前<complex>之后
#define MKL_Complex8 std::complex<float>
#include "mkl.h"
#define PI 3.141592653589793238462
#endif //AURORA_AURORADEFS_H