Searched defs:inner_iteration_tolerance (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dminimizer.h116 inner_iteration_tolerance = options.inner_iteration_tolerance;
183 double inner_iteration_tolerance; member in struct:ceres::internal::Minimizer::Options
/external/ceres-solver/include/ceres/
H A Dsolver.h128 inner_iteration_tolerance = 1e-3;
613 // inner iterations drops below inner_iteration_tolerance, the use
616 double inner_iteration_tolerance; member in struct:ceres::Solver::Options

Completed in 113 milliseconds