Norm2 {CVXR} | R 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: |
keepdims |
(Optional) Should dimensions be maintained when applying the atom along an axis? If |
Value
Returns the 2-norm of x.
[Package CVXR version 1.0-14 Index]