leaf-attr {CVXR} | R Documentation |
Attributes of an Expression Leaf
Description
Determine if an expression is positive or negative.
Usage
is_pos(object)
is_neg(object)
Arguments
object |
A Leaf object. |
Value
A logical value.
[Package CVXR version 1.0-14 Index]