Home
last modified time | relevance | path

Searched refs:dogleg_type (Results 1 – 25 of 28) sorted by relevance

12

/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Ddogleg_strategy_test.cc135 options_.dogleg_type = TRADITIONAL_DOGLEG; in TEST_F()
155 options_.dogleg_type = SUBSPACE_DOGLEG; in TEST_F()
175 options_.dogleg_type = SUBSPACE_DOGLEG; in TEST_F()
202 options_.dogleg_type = SUBSPACE_DOGLEG; in TEST_F()
237 options_.dogleg_type = SUBSPACE_DOGLEG; in TEST_F()
265 options_.dogleg_type = SUBSPACE_DOGLEG; in TEST_F()
H A Dtrust_region_strategy.h65 dogleg_type(TRADITIONAL_DOGLEG) { in Options()
82 DoglegType dogleg_type; member
H A Dtrust_region_preprocessor.cc326 strategy_options.dogleg_type = options.dogleg_type; in SetupMinimizerOptions()
H A Dsolver.cc354 summary->dogleg_type = options.dogleg_type; in PreSolveSummarize()
729 if (dogleg_type == TRADITIONAL_DOGLEG) { in FullReport()
H A Ddogleg_strategy.cc66 dogleg_type_(options.dogleg_type) { in DoglegStrategy()
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Ddogleg_strategy_test.cc139 options_.dogleg_type = TRADITIONAL_DOGLEG; in TEST_F()
157 options_.dogleg_type = SUBSPACE_DOGLEG; in TEST_F()
175 options_.dogleg_type = SUBSPACE_DOGLEG; in TEST_F()
200 options_.dogleg_type = SUBSPACE_DOGLEG; in TEST_F()
233 options_.dogleg_type = SUBSPACE_DOGLEG; in TEST_F()
259 options_.dogleg_type = SUBSPACE_DOGLEG; in TEST_F()
H A Dtrust_region_strategy.h74 DoglegType dogleg_type = TRADITIONAL_DOGLEG; member
H A Dtrust_region_preprocessor.cc350 strategy_options.dogleg_type = options.dogleg_type; in SetupMinimizerOptions()
H A Dsolver.cc339 summary->dogleg_type = options.dogleg_type; in PreSolveSummarize()
682 if (dogleg_type == TRADITIONAL_DOGLEG) { in FullReport()
H A Ddogleg_strategy.cc68 dogleg_type_(options.dogleg_type) { in DoglegStrategy()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/include/ceres/
H A Dsolver.h78 dogleg_type = TRADITIONAL_DOGLEG; in Options()
309 DoglegType dogleg_type; member
1012 DoglegType dogleg_type; member
/dports/graphics/blender/blender-2.91.0/extern/ceres/include/ceres/
H A Dsolver.h236 DoglegType dogleg_type = TRADITIONAL_DOGLEG; member
1014 DoglegType dogleg_type = TRADITIONAL_DOGLEG; member
/dports/math/ceres-solver/ceres-solver-2.0.0/include/ceres/
H A Dsolver.h236 DoglegType dogleg_type = TRADITIONAL_DOGLEG; member
1015 DoglegType dogleg_type = TRADITIONAL_DOGLEG; member
/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Dtrust_region_strategy.h73 DoglegType dogleg_type = TRADITIONAL_DOGLEG; member
H A Dtrust_region_preprocessor.cc349 strategy_options.dogleg_type = options.dogleg_type; in SetupMinimizerOptions()
H A Dsolver.cc327 summary->dogleg_type = options.dogleg_type; in PreSolveSummarize()
655 if (dogleg_type == TRADITIONAL_DOGLEG) { in FullReport()
H A Ddogleg_strategy.cc68 dogleg_type_(options.dogleg_type) { in DoglegStrategy()
/dports/math/gsl/gsl-2.7/multilarge_nlinear/
H A Ddogleg.c477 static const gsl_multilarge_nlinear_trs dogleg_type = variable
488 const gsl_multilarge_nlinear_trs *gsl_multilarge_nlinear_trs_dogleg = &dogleg_type;
/dports/math/gsl/gsl-2.7/multifit_nlinear/
H A Ddogleg.c465 static const gsl_multifit_nlinear_trs dogleg_type = variable
476 const gsl_multifit_nlinear_trs *gsl_multifit_nlinear_trs_dogleg = &dogleg_type;
/dports/math/ceres-solver/ceres-solver-2.0.0/examples/
H A Ddenoising.cc201 CHECK(StringToDoglegType(FLAGS_dogleg, &options->dogleg_type)); in SetMinimizerOptions()
H A Dbundle_adjuster.cc254 CHECK(StringToDoglegType(FLAGS_dogleg, &options->dogleg_type)); in SetMinimizerOptions()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/examples/
H A Dbundle_adjuster.cc240 CHECK(StringToDoglegType(FLAGS_dogleg, &options->dogleg_type)); in SetMinimizerOptions()
H A Dnist.cc557 CHECK(ceres::StringToDoglegType(FLAGS_dogleg, &options->dogleg_type)); in SetMinimizerOptions()
/dports/math/openturns/openturns-1.18/python/src/
H A DCeres_doc.i.in81 | Ceres-dogleg_type | str |
/dports/math/openturns/openturns-1.18/lib/src/Base/Optim/
H A DCeres.cxx300 …_type") && !ceres::StringToDoglegType(ResourceMap::Get("Ceres-dogleg_type"), &options.dogleg_type)) in run()

12