OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inner_iteration_tolerance
(Results
1 - 4
of
4
) sorted by null
/external/ceres-solver/internal/ceres/
minimizer.h
116
inner_iteration_tolerance
= options.
inner_iteration_tolerance
;
183
double
inner_iteration_tolerance
;
member in struct:ceres::internal::Minimizer::Options
solver.cc
114
OPTION_GE(
inner_iteration_tolerance
, 0.0);
trust_region_minimizer.cc
445
options.
inner_iteration_tolerance
);
/external/ceres-solver/include/ceres/
solver.h
128
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
[
all
...]
Completed in 613 milliseconds