Learn R Programming

CVXR (version 1.0)

leaf-attr: 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.