Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Eigen_test Odometry_test AttitudeEstimation_usingTicker MPU9250_Quaternion_Binary_Serial ... more
Array.h@0:13a5d365ba16, 2016-10-13 (annotated)
- 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?
| User | Revision | Line number | New 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 |