CorewiseGeometry.norm ===================== .. py:method:: t3toolbox.manifold.CorewiseGeometry.norm(t) .. code-block:: python def norm( self, t: T3Tangent, ) -> NDArray: # the Euclidean (coordinate) norm, shape = stack_shape (K + C) The **Euclidean** (coordinate) norm of a tangent (= :py:meth:`T3Tangent.corewise_norm`); no precondition.