Home
last modified time | relevance | path

Searched refs:gauss_newton_step (Results 1 – 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
Ddogleg_strategy.h73 Vector gauss_newton_step() const { return gauss_newton_step_; } in gauss_newton_step() function
Ddogleg_strategy_test.cc224 const Vector gn = strategy.gauss_newton_step(); in TEST_F()