Home | History | Annotate | Download | only in ceres

Lines Matching refs:Solver

1 // Ceres Solver - A fast non-linear least squares minimizer
3 // http://code.google.com/p/ceres-solver/
38 #include "ceres/solver.h"
52 // see solver.h for detailed information about the meaning and
56 Init(Solver::Options());
59 explicit Options(const Solver::Options& options) {
63 void Init(const Solver::Options& options) {
124 // Number of times the linear solver should be retried in case of
191 Solver::Summary* summary);
199 Solver::Summary* summary) = 0;