inf_norm {matrixdist} | R Documentation |
L inf norm of a matrix
Description
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)).
Usage
inf_norm(A)
Arguments
A |
A matrix. |
Value
The L inf norm.
[Package matrixdist version 1.1.9 Index]