Lines Matching refs: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();
131 Solver::Options& options = *(system_test_problem->mutable_solver_options());
144 LOG(INFO) << "Running solver configuration: "
147 Solver::Summary summary;
161 << "Solver configuration " << i << " failed.";
228 Solver::Options* mutable_solver_options() { return &options_; }
279 Solver::Options options_;
330 Solver::Options* mutable_solver_options() { return &options_; }
470 Solver::Options options_;