LinearSpace.norm

LinearSpace.norm(self, x)[source]

Return the norm of x.

Parameters
xLinearSpaceElement

Element whose norm to compute.

Returns
normfloat

Norm of x.