Learn R Programming

CVXR (version 1.9.1)

vec: Vectorize an expression (column vector)

Description

Reshapes an expression into a column vector of shape (n*m, 1).

Usage

vec(x)

Value

A Reshape atom (column vector).

Arguments

x

An Expression or numeric value.