Array 304 B

123456789101112
  1. #ifndef EIGEN_ARRAY_MODULE_H
  2. #define EIGEN_ARRAY_MODULE_H
  3. // include Core first to handle Eigen2 support macros
  4. #include "Core"
  5. #ifndef EIGEN2_SUPPORT
  6. #error The Eigen/Array header does no longer exist in Eigen3. All that functionality has moved to Eigen/Core.
  7. #endif
  8. #endif // EIGEN_ARRAY_MODULE_H