Searched refs:lm_solver (Results 1 – 2 of 2) sorted by relevance
49 lmSolverInit(&sphere_cal->lm_solver, lm_params, in sphereFitInit()83 lmSolverSetData(&sphere_cal->lm_solver, lm_data); in sphereFitSetSolverData()224 lmSolverSolve(&sphere_cal->lm_solver, sphere_cal->x0, (void *)data, in runCalibration()235 sphere_cal->lm_solver.num_iter, status); in runCalibration()259 sphere_cal->lm_solver.num_iter, status); in runCalibration()
92 struct LmSolver lm_solver; member