Complex2Real.join {CVXR} | R Documentation |
Helper function to combine arguments.
Description
Helper function to combine arguments.
Usage
Complex2Real.join(expr, lh_arg, rh_arg)
Arguments
expr |
An Expression object |
lh_arg |
The arguments for the left-hand side |
rh_arg |
The arguments for the right-hand side |
Value
A joined expression of both left and right expressions
[Package CVXR version 1.0-14 Index]