Jaesung Oh / Eigen

Dependents:   MPC_current_control HydraulicControlBoard_SW AHRS Test_ekf ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Array.h Source File

Array.h

00001 #ifndef EIGEN_ARRAY_MODULE_H
00002 #define EIGEN_ARRAY_MODULE_H
00003 
00004 // include Core first to handle Eigen2 support macros
00005 #include "Core"
00006 
00007 #ifndef EIGEN2_SUPPORT
00008   #error The Eigen/Array header does no longer exist in Eigen3. All that functionality has moved to Eigen/Core.
00009 #endif
00010 
00011 #endif // EIGEN_ARRAY_MODULE_H