|
g2o
|
#include <base_edge.h>
Public Types | |
| typedef Eigen::Matrix< double, D, 1, Eigen::ColMajor > | ErrorVector |
| typedef Eigen::Matrix< double, D, D, Eigen::ColMajor > | InformationType |
Static Public Attributes | |
| static constexpr int | Dimension = D |
Declaring the types for the error vector and the information matrix depending on the size of the error function. In particular, the information matrix needs to match the size of the error vector.
Definition at line 66 of file base_edge.h.
| typedef Eigen::Matrix<double, D, 1, Eigen::ColMajor> g2o::internal::BaseEdgeTraits< D >::ErrorVector |
Definition at line 68 of file base_edge.h.
| typedef Eigen::Matrix<double, D, D, Eigen::ColMajor> g2o::internal::BaseEdgeTraits< D >::InformationType |
Definition at line 69 of file base_edge.h.
|
staticconstexpr |
Definition at line 67 of file base_edge.h.