#include <iostream>
#include <iomanip>
#include <limits>
#include <Eigen/StdVector>
#include "base_edge.h"
#include "robust_kernel.h"
#include "../../config.h"
#include "base_multi_edge.hpp"
Go to the source code of this file.
Classes | |
class | g2o::BaseMultiEdge< D, E > |
base class to represent an edge connecting an arbitrary number of nodes More... | |
struct | g2o::BaseMultiEdge< D, E >::HessianHelper |
helper for mapping the Hessian memory of the upper triangular block More... | |
Namespaces | |
g2o | |
g2o::internal | |
Functions | |
int | g2o::internal::computeUpperTriangleIndex (int i, int j) |