inf_norm | R Documentation |
Computes the inf norm of a matrix A, defined as L_inf A = max (1 <= I <= M) sum (1 <= J <= N) abs (A(I,J)).
inf_norm(A)
A |
A matrix. |
The inf norm of A.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.