I am solving solving an SOCP of the form,
minimize h’*x
subject to
h’x >= ||Hx||
where, h and H are give complex vector vector and matrix; and x is my optimization vector which is also complex. CVX gives an error that it cant minimize the complex affine objective function, also constraints side cant be complex. I need some help to reformulate the problem.