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

/external/ceres-solver/internal/ceres/
H A Dline_search.cc49 FunctionSample ValueSample(const double x, const double value) { function in namespace:ceres::internal::__anon1765
191 samples.push_back(ValueSample(current.x, current.value));
196 samples.push_back(ValueSample(previous.x, previous.value));

Completed in 1317 milliseconds