| SOC | R Documentation |
Constrains \|X_i\|_2 \le t_i for each column or row i,
where t is a vector and X is a matrix.
SOC(t, X, axis = 2L, constr_id = NULL)
t |
A CVXR expression (scalar or vector) representing the upper bound. |
X |
A CVXR expression (vector or matrix) whose columns/rows are bounded. |
axis |
Integer, 2 (default, column-wise) or 1 (row-wise). Determines whether columns ( |
constr_id |
Optional integer constraint ID. |
An SOC constraint object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.