Searched refs:BISECTION (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dtypes.cc223 CASESTR(BISECTION);
235 STRENUM(BISECTION);
H A Dsolver.cc256 // Warn user if they have requested BISECTION interpolation, but constraints
261 (options.line_search_interpolation_type == ceres::BISECTION &&
264 << "Line search interpolation type is BISECTION, but specified "
383 line_search_interpolation_type(BISECTION),
H A Dline_search.cc158 (interpolation_type == BISECTION &&
160 // Either: sample is invalid; or we are using BISECTION and contracting
163 } else if (interpolation_type == BISECTION) {
166 // BISECTION interpolation. Using BISECTION when trying to expand is
/external/ceres-solver/include/ceres/
H A Dtypes.h401 BISECTION, enumerator in enum:ceres::LineSearchInterpolationType

Completed in 1237 milliseconds