A question about sum_square_abs

Uncategorized
Apr 29, 2025
H

Suppose a complex N dimensional vector x \in {{\mathbb C}^{N \times 1}}, is the code “square_pos(norm(x))” equal to the “sum_square_abs(x)”?

M

That is correct. …

H
Replying to #2

Thanks. I have one last question. I have a matrix variable W \in {{\mathbb C}^{N \times L}}, and the objective function is \mathop {\min }\limits_W {\left\| W \right\|_F}, where {\left\| \cdot \right\|_F} is the Frobenius norm. Is that can be written as minimize(norm(W,‘fro’)) in cvx solver?

M
Replying to #3

That is correct. …… .