![]() |
RML
1.0
Robotics Mathematical Library
|
This namespace is used to extend the Eigen Dense library functionalities. More...
Classes | |
| class | RotationMatrix |
| This class extends the Eigen::Matrix3d. More... | |
| class | TransformationMatrix |
| This class extends the Eigen::Matrix4d. More... | |
| class | Vector6d |
| A 6d vector generally used for containing pose [x y z r p y] or velocity [vx vy vz wx wy wz] vectors. More... | |
Typedefs | |
| typedef Eigen::Matrix< double, 6, 6 > | Matrix6d |
| typedef Eigen::Matrix< double, 6, 1 > | Vector6dBase |
This namespace is used to extend the Eigen Dense library functionalities.
In order to maintain uniformity with the eigen library, the extensions of it have been included in the Eigen namespace. In particular the additions regard the definition of the following types:
| typedef Eigen::Matrix<double, 6, 6> Eigen::Matrix6d |
| typedef Eigen::Matrix<double, 6, 1> Eigen::Vector6dBase |