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