OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minimizer_type
(Results
1 - 8
of
8
) sorted by null
/external/ceres-solver/internal/ceres/
solver.cc
87
:
minimizer_type
(TRUST_REGION),
192
if (
minimizer_type
== TRUST_REGION) {
334
if (
minimizer_type
== TRUST_REGION) {
354
if (
minimizer_type
== TRUST_REGION) {
solver_impl.cc
330
if (options.
minimizer_type
== TRUST_REGION) {
353
summary->
minimizer_type
= TRUST_REGION;
634
summary->
minimizer_type
= LINE_SEARCH;
[
all
...]
/external/ceres-solver/examples/
powell.cc
129
&options.
minimizer_type
))
denoising.cc
150
options.
minimizer_type
= ceres::LINE_SEARCH;
bundle_adjuster.cc
230
options->
minimizer_type
= ceres::LINE_SEARCH;
nist.cc
485
&options->
minimizer_type
));
/external/ceres-solver/include/ceres/
solver.h
61
minimizer_type
= TRUST_REGION;
155
MinimizerType
minimizer_type
;
member in struct:ceres::Solver::Options
713
MinimizerType
minimizer_type
;
member in struct:ceres::Solver::Summary
[
all
...]
/external/ceres-solver/docs/source/
solving.rst
[
all
...]
Completed in 127 milliseconds