OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trust_region_strategy_type
(Results
1 - 9
of
9
) sorted by null
/external/ceres-solver/internal/ceres/
trust_region_strategy.cc
43
switch (options.
trust_region_strategy_type
) {
50
<< options.
trust_region_strategy_type
;
54
<< options.
trust_region_strategy_type
;
trust_region_strategy.h
60
:
trust_region_strategy_type
(LEVENBERG_MARQUARDT),
68
TrustRegionStrategyType
trust_region_strategy_type
;
member in struct:ceres::internal::TrustRegionStrategy::Options
solver.cc
203
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) {
solver_impl.cc
113
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
";
[
all
...]
solver_test.cc
264
options.
trust_region_strategy_type
= DOGLEG;
trust_region_minimizer_test.cc
237
trust_region_strategy_options.
trust_region_strategy_type
= strategy_type;
/external/ceres-solver/include/ceres/
solver.h
77
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
[
all
...]
/external/ceres-solver/examples/
bundle_adjuster.cc
238
&options->
trust_region_strategy_type
));
nist.cc
484
&options->
trust_region_strategy_type
));
Completed in 1079 milliseconds