Learn R Programming

CVXR (version 1.9.1)

norm2: Euclidean norm (deprecated alias)

Description

[Deprecated]

Usage

norm2(x)

Value

An Expression representing the L2 norm.

Arguments

x

An Expression.

Details

Use p_norm(x, 2) instead.

See Also

p_norm()