From b83abdcb19ee85dd90fd882b7f904df157f9c7cd Mon Sep 17 00:00:00 2001 From: Sameer Agarwal Date: Wed, 4 Oct 2023 13:26:20 -0700 Subject: [PATCH] Add a default value for Solver::Summary::linear_solver_ordering_type Change-Id: I5c7c9acdc37ba0755d479ac9c6c2872fe89fb492 --- include/ceres/solver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ceres/solver.h b/include/ceres/solver.h index 43b2e1ab6..68438a10b 100644 --- a/include/ceres/solver.h +++ b/include/ceres/solver.h @@ -1004,7 +1004,7 @@ class CERES_EXPORT Solver { bool mixed_precision_solves_used = false; - LinearSolverOrderingType linear_solver_ordering_type; + LinearSolverOrderingType linear_solver_ordering_type = AMD; // Size of the elimination groups given by the user as hints to // the linear solver.