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

/external/ceres-solver/internal/ceres/
H A Dsolver.cc77 #define OPTION_LT(x, y) OPTION_OP(x, y, <); macro
233 OPTION_LT(max_line_search_step_contraction, 1.0);
241 OPTION_LT(line_search_sufficient_curvature_decrease, 1.0);
279 #undef OPTION_LT macro

Completed in 47 milliseconds