Eigne Matrix Class Library

Dependents:   Eigen_test Odometry_test AttitudeEstimation_usingTicker MPU9250_Quaternion_Binary_Serial ... more

Eigen Matrix Class Library for mbed.

Finally, you can use Eigen on your mbed!!!

Committer:
ykuroda
Date:
Thu Oct 13 04:07:23 2016 +0000
Revision:
0:13a5d365ba16
First commint, Eigne Matrix Class Library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ykuroda 0:13a5d365ba16 1 #ifndef EIGEN_ARRAY_MODULE_H
ykuroda 0:13a5d365ba16 2 #define EIGEN_ARRAY_MODULE_H
ykuroda 0:13a5d365ba16 3
ykuroda 0:13a5d365ba16 4 // include Core first to handle Eigen2 support macros
ykuroda 0:13a5d365ba16 5 #include "Core"
ykuroda 0:13a5d365ba16 6
ykuroda 0:13a5d365ba16 7 #ifndef EIGEN2_SUPPORT
ykuroda 0:13a5d365ba16 8 #error The Eigen/Array header does no longer exist in Eigen3. All that functionality has moved to Eigen/Core.
ykuroda 0:13a5d365ba16 9 #endif
ykuroda 0:13a5d365ba16 10
ykuroda 0:13a5d365ba16 11 #endif // EIGEN_ARRAY_MODULE_H