Learn R Programming

sparsevar (version 1.0.0)

l_infty_norm: L-infinity matrix norm

Description

Compute the L-infinity matrix norm of m

Usage

l_infty_norm(m)

Value

A numeric value representing the L-infinity matrix norm (maximum absolute row sum).

Arguments

m

the matrix (real or complex valued)