mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Avoid incorrect member reference warning
Change-Id: I6f1b271c3a7b805dd4e539d0d44e2cbc626ef1f7
This commit is contained in:
@@ -909,8 +909,8 @@ then no iterative refinement is performed. Usually 1-3 refinement
|
||||
iterations are enough, depending upon the conditioning of your
|
||||
problem.
|
||||
|
||||
If :member:`Solver::Options::max_num_refinement_iterations = 0`, then
|
||||
the Gauss-Newton step is computed in single precision.
|
||||
If :member:`Solver::Options::max_num_refinement_iterations` is 0, then the
|
||||
Gauss-Newton step is computed in single precision.
|
||||
|
||||
.. _section-preconditioner:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user