I have a convex problem for maximizing X^2/Y in cvxpy, where X and Y are matrices. I know that quad_over_lin is not elementwise. How can I write it in a acceptable way for cvxpy?
I used loops and quad_over_lin. But it increased run time dramatically.
New contributor
Mahdi Hosseini is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.