sign,Expression-method {CVXR} | R Documentation |
The sign of an expression.
## S4 method for signature 'Expression'
sign(x)
x |
An Expression object. |
A string indicating the sign of the expression, either "ZERO", "NONNEGATIVE", "NONPOSITIVE", or "UNKNOWN".