Building on top of this question Minimization of Frobenius norm using SDPs, I would like to know for what class of norms ($ \Vert \cdot \Vert $ in the following) can we represent the following problem using semidefinite programming (SDP), or cone programming, or some standard optimization problem:
$$ \begin{align*} & \text{min. } \Vert A - X \Vert \\ & \text{s.t. }X \in \mathcal{S} \end{align*} $$
where $A$ is a (symmetric) matrix and $\mathcal{S}$ is some convex set, for which the membership condition can be represented say using SDP constraints.
In particular, I am interested in the following cases:
- The case where the problem can be represented using SDPs.
- The norm is the Schatten p-norm.
- The norm is an Operator norm.
Finally, any reference for dealing with this class of problems would be much appreciated.