You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
304 B

  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