NumpyTensorSpaceArrayWeighting.norm¶
- NumpyTensorSpaceArrayWeighting.norm(x)[source]¶
Return the weighted norm of
x
.- Parameters:
- x
NumpyTensor
Tensor whose norm is calculated.
- x
- Returns:
- normfloat
The norm of the provided tensor.
Return the weighted norm of x
.
NumpyTensor
Tensor whose norm is calculated.
The norm of the provided tensor.