EigenRand  0.3.0
Macro.h
Go to the documentation of this file.
1 
12 #ifndef EIGENRAND_MACRO_H
13 #define EIGENRAND_MACRO_H
14 
15 #define EIGENRAND_WORLD_VERSION 0
16 #define EIGENRAND_MAJOR_VERSION 3
17 #define EIGENRAND_MINOR_VERSION 3
18 
19 #if EIGEN_VERSION_AT_LEAST(3,3,7)
20 #else
21 #error At least Eigen 3.3.7 is required.
22 #endif
23 
24 #endif