Searched refs:SOLVER_CONTINUE (Results 1 - 6 of 6) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dminimizer.cc44 CallbackReturnType status = SOLVER_CONTINUE;
46 while (status == SOLVER_CONTINUE && i < options.callbacks.size()) {
51 case SOLVER_CONTINUE:
H A Dcallbacks.cc52 return SOLVER_CONTINUE;
105 return SOLVER_CONTINUE;
H A Dminimizer_test.cc43 return SOLVER_CONTINUE;
H A Dsolver_test.cc78 return SOLVER_CONTINUE;
/external/ceres-solver/include/ceres/
H A Dtypes.h354 SOLVER_CONTINUE, enumerator in enum:ceres::CallbackReturnType
/external/ceres-solver/examples/
H A Dlibmv_homography.cc290 return ceres::SOLVER_CONTINUE;
306 return ceres::SOLVER_CONTINUE;

Completed in 2930 milliseconds