Add EIGEN_USE_MKL_ALL to AuroraDefs.h
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#ifndef AURORA_AURORADEFS_H
|
#ifndef AURORA_AURORADEFS_H
|
||||||
#define AURORA_AURORADEFS_H
|
#define AURORA_AURORADEFS_H
|
||||||
|
|
||||||
|
#define EIGEN_USE_MKL_ALL
|
||||||
#include <complex>
|
#include <complex>
|
||||||
//必须在mkl.h和Eigen的头之前,<complex>之后
|
//必须在mkl.h和Eigen的头之前,<complex>之后
|
||||||
#define MKL_Complex16 std::complex<double>
|
#define MKL_Complex16 std::complex<double>
|
||||||
|
|||||||
Reference in New Issue
Block a user