g2o
|
#include <vector>
#include <utility>
#include <iosfwd>
#include "g2o/stuff/property.h"
#include "hyper_graph.h"
#include "sparse_block_matrix.h"
#include "g2o_core_api.h"
Go to the source code of this file.
Classes | |
class | g2o::OptimizationAlgorithm |
Generic interface for a non-linear solver operating on a graph. More... | |
Namespaces | |
g2o | |
Variables | |
Terminate =2 | |
OK =1 | |
OK =1 |
Terminate =2 |
Definition at line 50 of file optimization_algorithm.h.
Referenced by g2o::OptimizationAlgorithmLevenberg::solve(), and g2o::OptimizationAlgorithmDogleg::solve().