NumpyTensorSpaceArrayWeighting.norm

NumpyTensorSpaceArrayWeighting.norm(self, x)[source]

Return the weighted norm of x.

Parameters
xNumpyTensor

Tensor whose norm is calculated.

Returns
normfloat

The norm of the provided tensor.