OperatorTest.norm

OperatorTest.norm(self)[source]

Estimate the operator norm of the operator.

The norm is estimated by calculating

A(x).norm() / x.norm()

for some nonzero x

Returns
normfloat

Estimate of operator norm

References

Wikipedia article on Operator norm.