File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1715,7 +1715,7 @@ templated ``Plus`` and ``Minus`` functions that compute:
17151715 x_plus_delta = Plus(x, delta);
17161716 y_minus_x = Minus(y, x);
17171717
1718- Where, ``x ``, ``y `` and ``x_plus_y `` are vectors on the manifold in
1718+ Where, ``x ``, ``y `` and ``x_plus_delta `` are vectors on the manifold in
17191719the ambient space (so they are ``kAmbientSize `` vectors) and
17201720``delta ``, ``y_minus_x `` are vectors in the tangent space (so they are
17211721``kTangentSize `` vectors).
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ namespace ceres {
4747// x_plus_delta = Plus(x, delta);
4848// y_minus_x = Minus(y, x);
4949//
50- // Where, x, y and x_plus_y are vectors on the manifold in the ambient space (so
51- // they are kAmbientSize vectors) and delta, y_minus_x are vectors in the
50+ // Where, x, y and x_plus_delta are vectors on the manifold in the ambient space
51+ // (so they are kAmbientSize vectors) and delta, y_minus_x are vectors in the
5252// tangent space (so they are kTangentSize vectors).
5353//
5454// The Functor should have the signature:
You can’t perform that action at this time.
0 commit comments