Public Types | Public Member Functions
hector_pose_estimation::SymmetricMatrix Class Reference

#include <matrix.h>

Inheritance diagram for hector_pose_estimation::SymmetricMatrix:
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 SymmetricMatrix Derived
typedef Eigen::Map< BaseMap
typedef SymmetricMatrix_< Dynamic > Storage

Public Member Functions

void conservativeResize (IndexType size)
template<typename OtherDerived >
Derivedoperator= (const Eigen::MatrixBase< OtherDerived > &other)
void resize (IndexType size)
Derivedsymmetric ()
 SymmetricMatrix ()
 SymmetricMatrix (IndexType dim)
template<int OtherRowsCols>
 SymmetricMatrix (const SymmetricMatrix_< OtherRowsCols > &other)
template<typename OtherDerived >
 SymmetricMatrix (const Eigen::MatrixBase< OtherDerived > &other)

Detailed Description

Definition at line 163 of file matrix.h.


Member Typedef Documentation

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

Definition at line 94 of file matrix.h.

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

Definition at line 96 of file matrix.h.

Reimplemented from hector_pose_estimation::SymmetricMatrix_< Dynamic >.

Definition at line 165 of file matrix.h.

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

Definition at line 95 of file matrix.h.

Reimplemented from hector_pose_estimation::SymmetricMatrix_< Dynamic >.

Definition at line 166 of file matrix.h.


Constructor & Destructor Documentation

Definition at line 173 of file matrix.h.

Definition at line 174 of file matrix.h.

template<int OtherRowsCols>
hector_pose_estimation::SymmetricMatrix::SymmetricMatrix ( const SymmetricMatrix_< OtherRowsCols > &  other) [inline]

Definition at line 176 of file matrix.h.

template<typename OtherDerived >
hector_pose_estimation::SymmetricMatrix::SymmetricMatrix ( const Eigen::MatrixBase< OtherDerived > &  other) [inline]

Definition at line 177 of file matrix.h.


Member Function Documentation

Definition at line 193 of file matrix.h.

template<typename OtherDerived >
Derived& hector_pose_estimation::SymmetricMatrix::operator= ( const Eigen::MatrixBase< OtherDerived > &  other) [inline]

Reimplemented from hector_pose_estimation::SymmetricMatrix_< Dynamic >.

Definition at line 179 of file matrix.h.

Definition at line 189 of file matrix.h.

Reimplemented from hector_pose_estimation::SymmetricMatrix_< Dynamic >.

Definition at line 184 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