Learn R Programming

CVXR (version 1.0)

DiffPos: The DiffPos atom.

Description

The difference between expressions, \(x - y\), where \(x > y > 0\).

Usage

DiffPos(x, y)

Arguments

x

An '>Expression

y

An '>Expression

Value

The difference x - y with domain x,y: x > y > 0.