how to convert or transform a norm square equation to a concave form?

86 views Asked by At

so the objective function is similar to |h x theta x g|^2,where h is a nx1 complex row vector, theta is n x n complex matrix, g is a n x 1 column vector.

If I want to maximize this, in cvx, maximize a convex function is not allowed.

how can I transform it to an concave equivalent form?

0

There are 0 answers