Learn R Programming

sparsevar (version 1.0.0)

max_norm: Max-norm of a matrix

Description

Compute the max-norm of m

Usage

max_norm(m)

Value

A numeric value representing the maximum absolute entry of the matrix.

Arguments

m

the matrix (real or complex valued)