HomeSort by relevance Sort by last modified time
    Searched full:evaluation_point_ (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
line_search.cc 107 evaluation_point_(evaluator->NumParameters()),
122 evaluation_point_.data())) {
127 return (evaluator_->Evaluate(evaluation_point_.data(),
132 if (!evaluator_->Evaluate(evaluation_point_.data(),
    [all...]
line_search.h 244 Vector evaluation_point_; member in class:ceres::internal::LineSearchFunction

Completed in 187 milliseconds