Home | History | Annotate | Download | only in ceres

Lines Matching defs:solution

62       : solution(NULL),
71 ss.Free(solution);
78 cholmod_dense* solution;
473 // is given by the solution to the linear system
497 cholmod_dense* solution = ss.Solve(factor, rhs);
498 double* solution_x = reinterpret_cast<double*>(solution->x);
503 ss.Free(solution);
526 &context->solution,
559 &context->solution,
565 double* solution_x = reinterpret_cast<double*>(context->solution->x);
703 // is given by the solution to the linear system
728 double* solution = workspace.get() + thread_id * num_cols;
735 solution);
738 values[idx] = solution[inverse_permutation[c]];