27 #ifndef G2O_OPTIMIZATION_ALGORITHM_GAUSS_NEWTON_H 28 #define G2O_OPTIMIZATION_ALGORITHM_GAUSS_NEWTON_H 48 virtual SolverResult solve(
int iteration,
bool online =
false);
50 virtual void printVerbose(std::ostream& os)
const;
Base for solvers operating on the approximated Hessian, e.g., Gauss-Newton, Levenberg.
Implementation of the Gauss Newton Algorithm.
Generic interface for a sparse solver operating on a graph which solves one iteration of the lineariz...