LinearSpace.norm¶
- LinearSpace.norm(x)[source]¶
Return the norm of
x.- Parameters:
- x
LinearSpaceElement Element whose norm to compute.
- x
- Returns:
- normfloat
Norm of
x.
Return the norm of x.
LinearSpaceElementElement whose norm to compute.
Norm of x.