mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
Fix typo in AutoDiffManifold comment and docs
Change-Id: I0b50e3e10661578e68f713e34a59f65b3692e745
This commit is contained in:
@@ -1715,7 +1715,7 @@ templated ``Plus`` and ``Minus`` functions that compute:
|
|||||||
x_plus_delta = Plus(x, delta);
|
x_plus_delta = Plus(x, delta);
|
||||||
y_minus_x = Minus(y, x);
|
y_minus_x = Minus(y, x);
|
||||||
|
|
||||||
Where, ``x``, ``y`` and ``x_plus_y`` are vectors on the manifold in
|
Where, ``x``, ``y`` and ``x_plus_delta`` are vectors on the manifold in
|
||||||
the ambient space (so they are ``kAmbientSize`` vectors) and
|
the ambient space (so they are ``kAmbientSize`` vectors) and
|
||||||
``delta``, ``y_minus_x`` are vectors in the tangent space (so they are
|
``delta``, ``y_minus_x`` are vectors in the tangent space (so they are
|
||||||
``kTangentSize`` vectors).
|
``kTangentSize`` vectors).
|
||||||
|
|||||||
@@ -47,8 +47,8 @@ namespace ceres {
|
|||||||
// x_plus_delta = Plus(x, delta);
|
// x_plus_delta = Plus(x, delta);
|
||||||
// y_minus_x = Minus(y, x);
|
// y_minus_x = Minus(y, x);
|
||||||
//
|
//
|
||||||
// Where, x, y and x_plus_y are vectors on the manifold in the ambient space (so
|
// Where, x, y and x_plus_delta are vectors on the manifold in the ambient space
|
||||||
// they are kAmbientSize vectors) and delta, y_minus_x are vectors in the
|
// (so they are kAmbientSize vectors) and delta, y_minus_x are vectors in the
|
||||||
// tangent space (so they are kTangentSize vectors).
|
// tangent space (so they are kTangentSize vectors).
|
||||||
//
|
//
|
||||||
// The Functor should have the signature:
|
// The Functor should have the signature:
|
||||||
|
|||||||
Reference in New Issue
Block a user