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
122
trust_region_strategy_type
(LEVENBERG_MARQUARDT),
217
trust_region_strategy_type
));
218
if (
trust_region_strategy_type
== DOGLEG) {
solver_impl.cc
260
trust_region_strategy_options.
trust_region_strategy_type
=
261
options.
trust_region_strategy_type
;
524
summary->
trust_region_strategy_type
= options.
trust_region_strategy_type
;
[
all
...]
trust_region_minimizer_test.cc
237
trust_region_strategy_options.
trust_region_strategy_type
= strategy_type;
solver_impl_test.cc
564
options.
trust_region_strategy_type
= DOGLEG;
[
all
...]
/external/ceres-solver/include/ceres/
solver.h
76
trust_region_strategy_type
= LEVENBERG_MARQUARDT;
290
TrustRegionStrategyType
trust_region_strategy_type
;
member in struct:ceres::Solver::Options
797
TrustRegionStrategyType
trust_region_strategy_type
;
member in struct:ceres::Solver::Summary
[
all
...]
/external/ceres-solver/examples/
bundle_adjuster.cc
234
&options->
trust_region_strategy_type
));
nist.cc
492
&options->
trust_region_strategy_type
));
Completed in 90 milliseconds