Searched refs:linear_solver_summary (Results 1 – 2 of 2) sorted by relevance
130 LinearSolver::Summary linear_solver_summary = in ComputeStep() local134 summary.residual_norm = linear_solver_summary.residual_norm; in ComputeStep()135 summary.num_iterations = linear_solver_summary.num_iterations; in ComputeStep()136 summary.termination_type = linear_solver_summary.termination_type; in ComputeStep()138 if (linear_solver_summary.termination_type == LINEAR_SOLVER_FATAL_ERROR) { in ComputeStep()142 if (linear_solver_summary.termination_type != LINEAR_SOLVER_FAILURE) { in ComputeStep()519 LinearSolver::Summary linear_solver_summary; in ComputeGaussNewtonStep() local520 linear_solver_summary.termination_type = LINEAR_SOLVER_FAILURE; in ComputeGaussNewtonStep()565 linear_solver_summary = linear_solver_->Solve(jacobian, in ComputeGaussNewtonStep()586 if (linear_solver_summary.termination_type == LINEAR_SOLVER_FATAL_ERROR) { in ComputeGaussNewtonStep()[all …]
106 LinearSolver::Summary linear_solver_summary = in ComputeStep() local109 if (linear_solver_summary.termination_type == LINEAR_SOLVER_FATAL_ERROR) { in ComputeStep()111 } else if (linear_solver_summary.termination_type == LINEAR_SOLVER_FAILURE || in ComputeStep()114 linear_solver_summary.termination_type = LINEAR_SOLVER_FAILURE; in ComputeStep()137 summary.residual_norm = linear_solver_summary.residual_norm; in ComputeStep()138 summary.num_iterations = linear_solver_summary.num_iterations; in ComputeStep()139 summary.termination_type = linear_solver_summary.termination_type; in ComputeStep()