sum_signs: Sign of a sum of expressions

View source: R/006_utilities_sign.R

sum_signsR Documentation

Sign of a sum of expressions

Description

Determines whether the sum of a list of expressions is nonnegative, nonpositive, or unknown.

Usage

sum_signs(exprs)

Arguments

exprs

List of Expression objects

Value

Named logical vector c(is_nonneg, is_nonpos)


CVXR documentation built on March 6, 2026, 9:10 a.m.