Lines Matching full:solver
1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
52 #include "ceres/solver.h"
66 // Struct used for configuring the solver.
109 // Templated function that given a set of solver configurations,
122 // Solver::Options* mutable_solver_options();
136 Solver::Options& options = *(system_test_problem->mutable_solver_options());
148 LOG(INFO) << "Running solver configuration: "
151 Solver::Summary summary;
165 << "Solver configuration " << i << " failed.";
232 Solver::Options* mutable_solver_options() { return &options_; }
283 Solver::Options options_;
334 Solver::Options* mutable_solver_options() { return &options_; }
474 Solver::Options options_;