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
Global aligned box typedefs
[Geometry module]
Eigen defines several typedef shortcuts for most common aligned box types. More...
Eigen defines several typedef shortcuts for most common aligned box types.
The general patterns are the following:
AlignedBoxSizeType
where Size
can be 1
, 2
,3
,4
for fixed size boxes or X
for dynamic size, and where Type
can be i
for integer, f
for float, d
for double.
For example, AlignedBox3d
is a fixed-size 3x3 aligned box type of doubles, and AlignedBoxXf
is a dynamic-size aligned box of floats.
- See also:
- class AlignedBox
Generated on Tue Jul 12 2022 17:47:02 by
