|
g2o
|
helper for mapping the Hessian memory of the upper triangular block More...
#include <base_variable_sized_edge.h>
Public Member Functions | |
| HessianHelper () | |
Public Attributes | |
| Eigen::Map< MatrixX > | 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 55 of file base_variable_sized_edge.h.
|
inline |
Definition at line 58 of file base_variable_sized_edge.h.
| Eigen::Map<MatrixX> g2o::BaseVariableSizedEdge< D, E >::HessianHelper::matrix |
the mapped memory
Definition at line 56 of file base_variable_sized_edge.h.
Referenced by g2o::BaseVariableSizedEdge< D, E >::computeQuadraticForm(), and g2o::BaseVariableSizedEdge< D, E >::mapHessianMemory().
| bool g2o::BaseVariableSizedEdge< D, E >::HessianHelper::transposed |
the block has to be transposed
Definition at line 57 of file base_variable_sized_edge.h.
Referenced by g2o::BaseVariableSizedEdge< D, E >::mapHessianMemory().