Hello everyone. My question is how to express this exprssion
in CVX form?
How to express this in CVX?
x'*A*x
or
quad_form(x,A)
Either way, A must be Hermitian semidefinite, or Hermitian negative semidefinite, else CVX will reject it.
In MATLAB and CVX, when x is complex, x' means x^H
I suggest you carefully read the CVX User’s Guide.