function x = linf(A) % ell-infinity operator norm of A % given by the maximal row sum x = max(sum(abs(A'))); return