Learn R Programming

CVXR (version 1.9.1)

norm_inf: L-infinity norm of an expression

Description

L-infinity norm of an expression

Usage

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

Value

A NormInf atom

Arguments

x

An Expression

axis

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

keepdims

Logical: keep reduced dimensions?