norm1: L1 norm of an expression

View source: R/088_atoms_norm1.R

norm1R Documentation

L1 norm of an expression

Description

L1 norm of an expression

Usage

norm1(x, axis = NULL, keepdims = FALSE)

Arguments

x

An Expression

axis

NULL (all), 1 (row-wise), or 2 (column-wise)

keepdims

Logical: keep reduced dimensions?

Value

A Norm1 atom


CVXR documentation built on March 6, 2026, 9:10 a.m.