Diag {CVXR} | R Documentation |
Turns an expression into a DiagVec object
Description
Turns an expression into a DiagVec object
Usage
Diag(expr)
Arguments
expr |
An Expression that represents a vector or square matrix. |
Value
An Expression representing the diagonal vector/matrix.
[Package CVXR version 1.0-14 Index]