Searched refs:inner_iteration_tolerance (Results 1 - 4 of 4) 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
H A Dsolver.cc114 OPTION_GE(inner_iteration_tolerance, 0.0);
H A Dtrust_region_minimizer.cc445 options.inner_iteration_tolerance);
/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 91 milliseconds