CorewiseGeometry.norm#

t3toolbox.manifold.CorewiseGeometry.norm(t)#
def norm(
        self,
        t:  T3Tangent,
) -> NDArray:  # the Euclidean (coordinate) norm, shape = stack_shape (K + C)

The Euclidean (coordinate) norm of a tangent (= T3Tangent.corewise_norm()); no precondition.

Parameters:

t (T3Tangent)

Return type:

NDArray