Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dline_search_direction.cc56 function_tolerance_(function_tolerance) { in NonlinearConjugateGradient()
85 if (directional_derivative > -function_tolerance_) { in NextDirection()
96 const double function_tolerance_; member in ceres::internal::NonlinearConjugateGradient