HomeSort by relevance Sort by last modified time
    Searched refs:minimizer_type (Results 1 - 7 of 7) sorted by null

  /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/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));

Completed in 789 milliseconds