Learn R Programming

CVXR (version 1.0-14)

leaf-attr: Attributes of an Expression Leaf

Description

Determine if an expression is positive or negative.

Usage

is_pos(object)

is_neg(object)

Value

A logical value.

Arguments

object

A Leaf object.