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

  /external/ceres-solver/internal/ceres/
line_search.cc 343 // Important: The high/low in bracket_high & bracket_low refer to their
345 // bracket_low.x < bracket_high.x.
346 FunctionSample solution, bracket_low, bracket_high; local
363 &bracket_high,
390 << bracket_low << ", bracket_high: " << bracket_high
391 << ", bracket width: " << fabs(bracket_low.x - bracket_high.x)
393 << fabs(bracket_low.value - bracket_high.value);
400 // defined by bracket_low & bracket_high, which satisfy:
402 // 1. The interval bounded by step sizes: bracket_low.x & bracket_high.
653 << ", bracket_high: "<< bracket_high; local
671 << ", bracket_high: "<< bracket_high; local
    [all...]
line_search.h 285 FunctionSample* bracket_high,
291 FunctionSample bracket_high,

Completed in 191 milliseconds