Constrains \(\|X_i\|_2 \le t_i\) for each column or row \(i\),
where t is a vector and X is a matrix.
Arguments
- 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 (
2) or rows (1) ofXdefine the individual cones.- constr_id
Optional integer constraint ID.
