Public Types
hector_pose_estimation::Matrix_< Rows, Cols > Struct Template Reference

#include <matrix.h>

List of all members.

Public Types

typedef Eigen::Matrix
< ScalarType, Rows, Cols,(Rows==1
&&Cols!=1?Eigen::RowMajor:Eigen::ColMajor),(Rows!=Dynamic?Rows:MaxMatrixRowsCols),(Cols!=Dynamic?Cols:MaxMatrixRowsCols) > 
type

Detailed Description

template<int Rows, int Cols>
struct hector_pose_estimation::Matrix_< Rows, Cols >

Definition at line 72 of file matrix.h.


Member Typedef Documentation

template<int Rows, int Cols>
typedef Eigen::Matrix<ScalarType, Rows, Cols, (Rows == 1 && Cols != 1 ? Eigen::RowMajor : Eigen::ColMajor), (Rows != Dynamic ? Rows : MaxMatrixRowsCols), (Cols != Dynamic ? Cols : MaxMatrixRowsCols) > hector_pose_estimation::Matrix_< Rows, Cols >::type

Definition at line 77 of file matrix.h.


The documentation for this struct was generated from the following file:


hector_pose_estimation_core
Author(s): Johannes Meyer
autogenerated on Mon Aug 22 2016 03:53:11