Searched refs:solve_options (Results 1 – 2 of 2) sorted by relevance
88 LinearSolver::PerSolveOptions solve_options; in ComputeStep() local89 solve_options.D = lm_diagonal_.data(); in ComputeStep()90 solve_options.q_tolerance = per_solve_options.eta; in ComputeStep()95 solve_options.r_tolerance = -1.0; in ComputeStep()107 linear_solver_->Solve(jacobian, residuals, solve_options, step); in ComputeStep()126 solve_options.D, in ComputeStep()
554 LinearSolver::PerSolveOptions solve_options; in ComputeGaussNewtonStep() local555 solve_options.q_tolerance = 0.0; in ComputeGaussNewtonStep()556 solve_options.r_tolerance = 0.0; in ComputeGaussNewtonStep()559 solve_options.D = lm_diagonal_.data(); in ComputeGaussNewtonStep()567 solve_options, in ComputeGaussNewtonStep()576 solve_options.D, in ComputeGaussNewtonStep()