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

  /external/ceres-solver/internal/ceres/
polynomial.cc 223 const double x_max_value = EvaluatePolynomial(polynomial, x_max); local
224 if (x_max_value < *optimal_value) {
225 *optimal_value = x_max_value;

Completed in 3089 milliseconds