DiscretizedSpace.norm¶
- DiscretizedSpace.norm(x)¶
Return the norm of
x
.- Parameters:
- x
LinearSpaceElement
Element whose norm to compute.
- x
- Returns:
- normfloat
Norm of
x
.
Return the norm of x
.
LinearSpaceElement
Element whose norm to compute.
Norm of x
.