Searched refs:LINE_SEARCH (Results 1 - 8 of 8) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dcallbacks.cc65 if (minimizer_type == LINE_SEARCH) {
H A Dsolver_test.cc55 options.minimizer_type = LINE_SEARCH;
177 options.minimizer_type = LINE_SEARCH;
205 options.minimizer_type = LINE_SEARCH;
234 options.minimizer_type = LINE_SEARCH;
H A Dtypes.cc170 CASESTR(LINE_SEARCH);
179 STRENUM(LINE_SEARCH);
H A Dsolver.cc306 CHECK_EQ(minimizer_type, LINE_SEARCH);
514 // LINE_SEARCH HEADER
515 StringAppendF(&report, "\nMinimizer %19s\n", "LINE_SEARCH");
H A Dsolver_impl.cc150 LoggingCallback logging_callback(LINE_SEARCH,
449 summary->minimizer_type = LINE_SEARCH;
460 summary->message = "LINE_SEARCH Minimizer does not support bounds.";
/external/ceres-solver/examples/
H A Ddenoising.cc150 options.minimizer_type = ceres::LINE_SEARCH;
H A Dbundle_adjuster.cc234 options->minimizer_type = ceres::LINE_SEARCH;
/external/ceres-solver/include/ceres/
H A Dtypes.h176 LINE_SEARCH, enumerator in enum:ceres::MinimizerType

Completed in 549 milliseconds