inf_norm: L inf norm of a matrix

View source: R/RcppExports.R

inf_normR 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.


matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.