1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-15 02:05:37 +00:00
Grid/lib/Grid_Eigen_Dense.h
2018-08-28 11:14:27 +01:00

11 lines
232 B
C

#pragma once
#define EIGEN_USE_MKL_ALL
#if defined __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#endif
#include <Eigen/Dense>
#if defined __GNUC__
#pragma GCC diagnostic pop
#endif