UniformManifoldGeometry.norm ============================ .. py:method:: t3toolbox.uniform_manifold.UniformManifoldGeometry.norm(t) .. code-block:: python def norm( self, t: UT3Tangent, ) -> NDArray: # the Hilbert-Schmidt norm, shape = stack_shape (K + C) The **Hilbert-Schmidt** norm of a tangent. Safe mode checks the frame orthogonal + variations gauged, per stack element (the preconditions for the coordinate norm to equal HS; minimal rank a documented caveat). For the raw coordinate norm use :py:meth:`UT3Tangent.corewise_norm`.