ConicSolver.get_coeff_offset {CVXR} | R Documentation |
Return the coefficient and offset in Ax + b
.
Description
Return the coefficient and offset in Ax + b
.
Usage
ConicSolver.get_coeff_offset(expr)
Arguments
expr |
An Expression object. |
Value
The coefficient and offset in Ax + b
.
[Package CVXR version 1.0-14 Index]