base
Namespaces | Typedefs
Eigen.hpp File Reference
#include <Eigen/Core>
#include <Eigen/Geometry>

Go to the source code of this file.

Namespaces

 base
 

Typedefs

typedef Eigen::Matrix< double, 2, 1, Eigen::DontAlign > base::Vector2d
 
typedef Eigen::Matrix< double, 3, 1, Eigen::DontAlign > base::Vector3d
 
typedef Eigen::Matrix< double, 4, 1, Eigen::DontAlign > base::Vector4d
 
typedef Eigen::Matrix< double, 6, 1, Eigen::DontAlign > base::Vector6d
 
typedef Eigen::Matrix< double, Eigen::Dynamic, 1, Eigen::DontAlign > base::VectorXd
 
typedef Eigen::Matrix< double, 2, 2, Eigen::DontAlign > base::Matrix2d
 
typedef Eigen::Matrix< double, 3, 3, Eigen::DontAlign > base::Matrix3d
 
typedef Eigen::Matrix< double, 4, 4, Eigen::DontAlign > base::Matrix4d
 
typedef Eigen::Matrix< double, 6, 6, Eigen::DontAlign > base::Matrix6d
 
typedef Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::DontAlign > base::MatrixXd
 
typedef Eigen::Quaternion< double, Eigen::DontAlign > base::Quaterniond
 
typedef Eigen::AngleAxis< double > base::AngleAxisd
 
typedef Eigen::Transform< double, 3, Eigen::Affine, Eigen::DontAlign > base::Affine3d
 
typedef Eigen::Transform< double, 3, Eigen::Isometry, Eigen::DontAlign > base::Isometry3d
 
typedef Affine3d base::Transform3d