mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Fix typos in documentation
Change-Id: I748c9c3d6cd1c5906daa9f68aea92d8ad536bf3b
This commit is contained in:
@@ -1935,7 +1935,7 @@ b. ``linear_solver_type = SPARSE_SCHUR/DENSE_SCHUR/ITERATIVE_SCHUR``
|
||||
|
||||
Size of the trust region at the end of the current iteration. For
|
||||
the Levenberg-Marquardt algorithm, the regularization parameter is
|
||||
1.0 / member::`IterationSummary::trust_region_radius`.
|
||||
1.0 / :member:`IterationSummary::trust_region_radius`.
|
||||
|
||||
.. member:: double IterationSummary::eta
|
||||
|
||||
|
||||
@@ -890,7 +890,7 @@ directory contains a number of other examples:
|
||||
:math:`[-\pi,\pi)`. Specially, we define the
|
||||
:member:`AngleManifold::Plus()` function to be:
|
||||
:math:`\mathrm{Normalize}(\psi + \Delta)` and
|
||||
::member::`AngleManifold::Minus()` function to be
|
||||
:member:`AngleManifold::Minus()` function to be
|
||||
:math:`\mathrm{Normalize}(y) - \mathrm{Normalize}(x)`.
|
||||
|
||||
This package includes an executable :member:`pose_graph_2d` that will read a
|
||||
|
||||
Reference in New Issue
Block a user