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

  /external/ceres-solver/internal/ceres/
trust_region_strategy.cc 46 case DOGLEG:
types.cc 137 CASESTR(DOGLEG);
147 STRENUM(DOGLEG);
solver.cc 203 if (options.trust_region_strategy_type == DOGLEG) {
206 *error = "DOGLEG only supports exact factorization based linear "
449 if (trust_region_strategy_type == DOGLEG) {
solver_test.cc 264 options.trust_region_strategy_type = DOGLEG;
trust_region_minimizer_test.cc 290 const TrustRegionStrategyType kStrategy = DOGLEG;
solver_impl.cc 766 if (options->trust_region_strategy_type == DOGLEG) {
769 *error = "DOGLEG only supports exact factorization based linear "
    [all...]
  /external/ceres-solver/include/ceres/
types.h 275 // Powell's dogleg algorithm interpolates between the Cauchy point
289 DOGLEG
292 // Ceres supports two different dogleg strategies.
293 // The "traditional" dogleg method by Powell and the
300 // The traditional approach constructs a dogleg path
306 // constrained to the subspace spanned by the dogleg path.

Completed in 709 milliseconds