Home
last modified time | relevance | path

Searched refs:BISECTION (Results 1 – 5 of 5) sorted by relevance

/external/ceres-solver/internal/ceres/
Dtypes.cc223 CASESTR(BISECTION); in LineSearchInterpolationTypeToString()
235 STRENUM(BISECTION); in StringToLineSearchInterpolationType()
Dsolver.cc261 (options.line_search_interpolation_type == ceres::BISECTION && in LineSearchOptionsAreValid()
383 line_search_interpolation_type(BISECTION), in Summary()
Dline_search.cc158 (interpolation_type == BISECTION && in InterpolatingPolynomialMinimizingStepSize()
163 } else if (interpolation_type == BISECTION) { in InterpolatingPolynomialMinimizingStepSize()
/external/ceres-solver/include/ceres/
Dtypes.h401 BISECTION, enumerator
/external/ceres-solver/docs/source/
Dsolving.rst901 function. Valid values are ``BISECTION``, ``QUADRATIC`` and