OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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