#include <Eigen/Core>

Go to the source code of this file.
Namespaces | |
| Eigen | |
Typedefs | |
| template<typename T > | |
| using | Eigen::Vector6 = Matrix< T, 6, 1 > |
| template<typename T > | |
| using | Eigen::Matrix6 = Matrix< T, 6, 6 > |
| template<typename T > | |
| using | Eigen::Vector3 = Matrix< T, 3, 1 > |
| template<typename T > | |
| using | Eigen::Matrix3 = Matrix< T, 3, 3 > |
| typedef Vector6< double > | Eigen::Vector6d |
| typedef Matrix6< double > | Eigen::Matrix6d |