Home | History | Annotate | Download | only in ceres

Lines Matching full:solver

1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
50 #include "ceres/solver.h"
64 // Struct used for configuring the solver.
104 // Templated function that given a set of solver configurations,
117 // Solver::Options* mutable_solver_options();
124 vector<Solver::Summary> summaries(num_configurations);
131 Solver::Options& options = *(system_test_problem->mutable_solver_options());
145 LOG(INFO) << "Running solver configuration: "
153 << "Solver configuration " << i << " failed.";
220 Solver::Options* mutable_solver_options() { return &options_; }
271 Solver::Options options_;
322 Solver::Options* mutable_solver_options() { return &options_; }
462 Solver::Options options_;