Weighting.norm¶
-
Weighting.
norm
(self, x)[source]¶ Calculate the norm of an element.
This is the standard implementation using
inner
. Subclasses should override it for optimization purposes.- Parameters
- x1
LinearSpaceElement
Element whose norm is calculated.
- x1
- Returns
- normfloat
The norm of the element.