Learn R Programming

matrixdist (version 1.1.2)

LInf_norm: L-oo norm of a matrix

Description

Computes the L-oo norm of a matrix A, which is defined as: L-oo A = max ( 1 <= I <= M ) sum ( 1 <= J <= N ) abs ( A(I,J) ).

Usage

LInf_norm(A)

Arguments

A

A matrix