HomeSort by relevance Sort by last modified time
    Searched refs:TRUST_REGION (Results 1 - 5 of 5) sorted by null

  /external/ceres-solver/internal/ceres/
solver.cc 87 : minimizer_type(TRUST_REGION),
192 if (minimizer_type == TRUST_REGION) {
195 "TRUST_REGION");
334 if (minimizer_type == TRUST_REGION) {
354 if (minimizer_type == TRUST_REGION) {
types.cc 167 CASESTR(TRUST_REGION);
176 STRENUM(TRUST_REGION);
solver_impl.cc 330 if (options.minimizer_type == TRUST_REGION) {
353 summary->minimizer_type = TRUST_REGION;
    [all...]
  /external/ceres-solver/include/ceres/
types.h 163 TRUST_REGION
solver.h 61 minimizer_type = TRUST_REGION;
    [all...]

Completed in 626 milliseconds