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.
NumpyTensorTensor whose norm is calculated.
The norm of the provided tensor.