Home | History | Annotate | Download | only in source

Lines Matching full:solver

32 Ceres Solver's modeling API, and how they can be used to construct an
37 switching/tweaking of various solver parameters without having to
120 not satisfied will prevent the solver from moving into the
126 block must be feasible, otherwise the solver will declare a
886 Solver::Options options;
887 Solver::Summary summary;
1084 <https://ceres-solver.googlesource.com/ceres-solver/+/master/include/ceres/local_parameterization.h>`_
1281 from the solver uninterpretable. If you depend on the evaluated
1298 from the solver uninterpretable. If you depend on the evaluated
1416 Many applications of Ceres Solver involve optimization problems where
1421 within Ceres Solver's automatic differentiation framework.