diff options
Diffstat (limited to 'usr/include/Eigen/Array')
-rwxr-xr-x | usr/include/Eigen/Array | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/include/Eigen/Array b/usr/include/Eigen/Array new file mode 100755 index 000000000..3d004fb69 --- /dev/null +++ b/usr/include/Eigen/Array @@ -0,0 +1,11 @@ +#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 |