Searched refs:evaluation_point_ (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dline_search.h244 Vector evaluation_point_; member in class:ceres::internal::LineSearchFunction
H A Dline_search.cc107 evaluation_point_(evaluator->NumParameters()),
122 evaluation_point_.data())) {
127 return (evaluator_->Evaluate(evaluation_point_.data(),
132 if (!evaluator_->Evaluate(evaluation_point_.data(),

Completed in 100 milliseconds