Searched refs:c_problem (Results 1 – 1 of 1) sorted by relevance
174 void ceres_solve(ceres_problem_t* c_problem) { in ceres_solve() argument175 Problem* problem = reinterpret_cast<Problem*>(c_problem); in ceres_solve()