How can I think of an optimization problem with a matrix variable, as an equivalent optimization problem jointly over the rows of that matrix?
Edit: A sample problem taken from a textbook:
$\underset{X}{\min} \textbf{Tr}(SX) - \log\det X + \lambda||X||_1 \;\; \text{s.t.} \;\; X \in \boldsymbol{S}^n_{++}$
where $\boldsymbol{S}^n_{++}$ is the set of symmetric positive definite $n \times n$ matrices.