diff --git a/gtsam/geometry/EssentialMatrix.h b/gtsam/geometry/EssentialMatrix.h index f69488171..29675d640 100644 --- a/gtsam/geometry/EssentialMatrix.h +++ b/gtsam/geometry/EssentialMatrix.h @@ -85,11 +85,6 @@ public: using Base::retract; using Base::localCoordinates; - /// Retract delta to manifold - // EssentialMatrix retract(const Vector& xi) const; - /// Compute the coordinates in the tangent space - // Vector5 localCoordinates(const EssentialMatrix& other) const; - /// @} /// @name Essential matrix methods