DiffPos {CVXR} | R Documentation |
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
.
[Package CVXR version 1.0-14 Index]