mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Add a default value for Solver::Summary::linear_solver_ordering_type
Change-Id: I5c7c9acdc37ba0755d479ac9c6c2872fe89fb492
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user