Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef EIGEN_LGSM_TORQUE_H
00011 #define EIGEN_LGSM_TORQUE_H
00012
00013
00014
00015
00016
00018 typedef LieAlgebraDual<Matrix<float, 3, 1> > Torquef;
00020 typedef LieAlgebraDual<Matrix<double, 3, 1> > Torqued;
00021
00023 typedef Map<LieAlgebraDual<Matrix<float, 3, 1> >, 0> TorqueMapf;
00025 typedef Map<LieAlgebraDual<Matrix<double, 3, 1> >, 0> TorqueMapd;
00027 typedef Map<LieAlgebraDual<Matrix<float, 3, 1> >, Aligned> TorqueMapAlignedf;
00029 typedef Map<LieAlgebraDual<Matrix<double, 3, 1> >, Aligned> TorqueMapAlignedd;
00030
00031 #endif