mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-30 00:50:37 +08:00
Lint changes from William Rucklidge.
Change-Id: I4c34caa57c48c97df213d6fb44a1a2534a953f0f
This commit is contained in:
@@ -222,7 +222,7 @@ bool HomogeneousVectorParameterization::Plus(const double* x_ptr,
|
||||
// Apply the delta update to remain on the unit sphere. See section A6.9.3
|
||||
// on page 625 of Hartley & Zisserman (2nd Edition) for a detailed
|
||||
// description.
|
||||
x_plus_delta = x.norm() * (y - v * (beta *(v.transpose() * y)));
|
||||
x_plus_delta = x.norm() * (y - v * (beta * (v.transpose() * y)));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user