mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Lint cleanup from William Rucklidge
Change-Id: Id8b99a2f557efe3744e95a3947f26cdc0c9c269e
This commit is contained in:
@@ -372,7 +372,7 @@ class Solver {
|
||||
// In some rare cases, it is worth using a more complicated
|
||||
// reordering algorithm which has slightly better runtime
|
||||
// performance at the expense of an extra copy of the Jacobian
|
||||
// // matrix. Setting use_postordering to true enables this tradeoff.
|
||||
// matrix. Setting use_postordering to true enables this tradeoff.
|
||||
bool use_postordering;
|
||||
|
||||
// Some non-linear least squares problems have additional
|
||||
|
||||
Reference in New Issue
Block a user