inf_norm | R Documentation |
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)).
inf_norm(A)
A |
A matrix. |
The L inf norm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.