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