I want to solve a least-squares problem of the form
$$\begin{array}{ll} \underset{x}{\text{minimize}} & \|Ax-b\|_2^2\\ \text{subject to} & \mathcal{L}(x)\succeq0\end{array}$$
with $\mathcal{L} : \mathbb{R}^n \to \mathbb{R}^{m \times m}$ being a linear operator.
This paper claims that they used Mosek to solve a problem of this form. To my best knowledge, the Mosek documentation on semidefinite programming does only include examples with linear objectives. How do I need to formulate the problem described above to solve it with Mosek?