Given a real matrix $A$ and a vector $v$, does anyone know the solution to the following optimization problem?
$$\begin{array}{ll} \text{supremize} & \mbox{Tr} (A^t X)\\ \text{subject to} & v^t X^{-1}v \leq 1\end{array}$$
where $X$ is a real symmetric positive definite matrix.
This is a convex problem, but the domain is not closed, which complicates a bit the situation.
If $A$ is positive definite, you can make $\operatorname{Tr}(A^tX)$ as big as you like by taking $X$ to be a huge multiple of the identity matrix.
In any case $A$ might as well be symmetric, and hence the difference of 2 p.s.d. matrices. Maybe you can then take $X$ to look like a huge multiple of the identity restricted to the subspace where $A$ looks p.s.d., to the same effect?