Learn R Programming

CVXR (version 1.0)

Diag: 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.