helper for mapping the Hessian memory of the upper triangular block More...
#include <base_multi_edge.h>
Public Member Functions | |
| HessianHelper () | |
Public Attributes | |
| Map< MatrixXd > | matrix |
| the mapped memory | |
| bool | transposed |
| the block has to be transposed | |
helper for mapping the Hessian memory of the upper triangular block
Definition at line 45 of file base_multi_edge.h.
| g2o::BaseMultiEdge< D, E >::HessianHelper::HessianHelper | ( | ) | [inline] |
Definition at line 49 of file base_multi_edge.h.
| Map<MatrixXd> g2o::BaseMultiEdge< D, E >::HessianHelper::matrix |
the mapped memory
Definition at line 47 of file base_multi_edge.h.
| bool g2o::BaseMultiEdge< D, E >::HessianHelper::transposed |
the block has to be transposed
Definition at line 48 of file base_multi_edge.h.