Searched refs:trust_region_strategy_type (Results 1 - 9 of 9) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dtrust_region_strategy.cc43 switch (options.trust_region_strategy_type) {
50 << options.trust_region_strategy_type;
54 << options.trust_region_strategy_type;
H A Dtrust_region_strategy.h60 : trust_region_strategy_type(LEVENBERG_MARQUARDT),
68 TrustRegionStrategyType trust_region_strategy_type; member in struct:ceres::internal::TrustRegionStrategy::Options
H A Dsolver.cc203 if (options.trust_region_strategy_type == DOGLEG) {
208 "use LEVENBERG_MARQUARDT as the trust_region_strategy_type";
378 trust_region_strategy_type(LEVENBERG_MARQUARDT),
448 trust_region_strategy_type));
449 if (trust_region_strategy_type == DOGLEG) {
H A Dsolver_impl.cc113 trust_region_strategy_options.trust_region_strategy_type =
114 options.trust_region_strategy_type;
364 summary->trust_region_strategy_type = options.trust_region_strategy_type;
766 if (options->trust_region_strategy_type == DOGLEG) {
771 "use LEVENBERG_MARQUARDT as the trust_region_strategy_type";
H A Dsolver_test.cc264 options.trust_region_strategy_type = DOGLEG;
H A Dtrust_region_minimizer_test.cc237 trust_region_strategy_options.trust_region_strategy_type = strategy_type;
/external/ceres-solver/include/ceres/
H A Dsolver.h77 trust_region_strategy_type = LEVENBERG_MARQUARDT;
304 TrustRegionStrategyType trust_region_strategy_type; member in struct:ceres::Solver::Options
923 TrustRegionStrategyType trust_region_strategy_type; member in struct:ceres::Solver::Summary
/external/ceres-solver/examples/
H A Dbundle_adjuster.cc238 &options->trust_region_strategy_type));
H A Dnist.cc484 &options->trust_region_strategy_type));

Completed in 1157 milliseconds