powered by
Computes the L inf norm of a matrix A, which is defined as: L_inf(A) = max(1 <= i <= M) sum(1 <= j <= N) abs(A(i,j)).
A
inf_norm(A)
The L inf norm.
A matrix.