Public Types | Public Member Functions
hector_pose_estimation::Matrix_< Rows, Cols > Class Template Reference

#include <matrix.h>

Inheritance diagram for hector_pose_estimation::Matrix_< Rows, Cols >:
Inheritance graph
[legend]

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)> 
Base
typedef Eigen::Map< const BaseConstMap
typedef Matrix_< Rows, Cols > Derived
typedef Eigen::Map< BaseMap

Public Member Functions

 Matrix_ ()
 Matrix_ (IndexType rows, IndexType cols)
template<typename OtherDerived >
 Matrix_ (const Eigen::MatrixBase< OtherDerived > &other)
Derivedoperator= (ScalarType scalar)

Detailed Description

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

Definition at line 91 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 >::Base

Reimplemented in hector_pose_estimation::SymmetricMatrix_< Dynamic >.

Definition at line 94 of file matrix.h.

template<int Rows, int Cols>
typedef Eigen::Map<const Base> hector_pose_estimation::Matrix_< Rows, Cols >::ConstMap

Reimplemented in hector_pose_estimation::SymmetricMatrix_< Dynamic >.

Definition at line 96 of file matrix.h.

template<int Rows, int Cols>
typedef Matrix_<Rows,Cols> hector_pose_estimation::Matrix_< Rows, Cols >::Derived
template<int Rows, int Cols>
typedef Eigen::Map<Base> hector_pose_estimation::Matrix_< Rows, Cols >::Map

Reimplemented in hector_pose_estimation::SymmetricMatrix_< Dynamic >.

Definition at line 95 of file matrix.h.


Constructor & Destructor Documentation

template<int Rows, int Cols>
hector_pose_estimation::Matrix_< Rows, Cols >::Matrix_ ( ) [inline]

Definition at line 98 of file matrix.h.

template<int Rows, int Cols>
hector_pose_estimation::Matrix_< Rows, Cols >::Matrix_ ( IndexType  rows,
IndexType  cols 
) [inline, explicit]

Definition at line 99 of file matrix.h.

template<int Rows, int Cols>
template<typename OtherDerived >
hector_pose_estimation::Matrix_< Rows, Cols >::Matrix_ ( const Eigen::MatrixBase< OtherDerived > &  other) [inline]

Definition at line 101 of file matrix.h.


Member Function Documentation

template<int Rows, int Cols>
Derived& hector_pose_estimation::Matrix_< Rows, Cols >::operator= ( ScalarType  scalar) [inline]

Definition at line 104 of file matrix.h.


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


hector_pose_estimation_core
Author(s): Johannes Meyer
autogenerated on Fri Aug 28 2015 10:59:55