Norm2-atom: The Norm2 atom.

Norm2R Documentation

The Norm2 atom.

Description

The 2-norm of an expression.

Usage

Norm2(x, axis = NA_real_, keepdims = FALSE)

Arguments

x

An Expression object.

axis

(Optional) The dimension across which to apply the function: 1 indicates rows, 2 indicates columns, and NA indicates rows and columns. The default is NA.

keepdims

(Optional) Should dimensions be maintained when applying the atom along an axis? If FALSE, result will be collapsed into an n x 1 column vector. The default is FALSE.

Value

Returns the 2-norm of x.


anqif/cvxr documentation built on Feb. 1, 2024, 5:42 p.m.