T3Tangent.reverse ================= .. py:method:: t3toolbox.manifold.T3Tangent.reverse() .. code-block:: python def reverse(self) -> 'T3Tangent': Reverse the mode order of this tangent (reverses both the frame and the variations). Commutes with :py:meth:`to_dense` (the dense tangent's mode axes are reversed). Lets you reverse a T3 and its derived tangent without recomputing the orthogonal representation.