1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-07-13 16:57:05 +01:00
Files
LatAnalyze/latan/Eigen/Array
2013-05-01 09:35:30 -04:00

12 lines
304 B
Plaintext

#ifndef EIGEN_ARRAY_MODULE_H
#define EIGEN_ARRAY_MODULE_H
// include Core first to handle Eigen2 support macros
#include "Core"
#ifndef EIGEN2_SUPPORT
#error The Eigen/Array header does no longer exist in Eigen3. All that functionality has moved to Eigen/Core.
#endif
#endif // EIGEN_ARRAY_MODULE_H