I have an optimisation problem of the form:
$$\min_x c^T x + \| V x\|^2_2 + \| D x\|^2_2 - \| W x\|^2_2$$
Subject to linear constraints.
$D$ is diagonal and $V$, $W$ are non-square matrices. I know that: $$Q = V V^T - WW^T + D^2 \succ 0$$
Ensuring convexity of the problem.
Can we rewrite this problem so that it is accepted by a DCP solver like CVXPY, while keeping inherent low-rank nature of the problem ?