Learn R Programming

sparsevar (version 1.0.0)

l1norm: L1 matrix norm

Description

Compute the L1 matrix norm of m

Usage

l1norm(m)

Value

A numeric value representing the L1 matrix norm (maximum absolute column sum).

Arguments

m

the matrix (real or complex valued)