Learn R Programming

matrixdist (version 1.1.9)

inf_norm: 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)

Value

The L inf norm.

Arguments

A

A matrix.