I have two matrices $U$ and $V$. $U$ is $n \times n$ and $V$ is $n \times m$. (Both are empirical results of an experiment.) I would like to find a linear transformation $A$, $m \times n$, such that $VA = \hat{U}$, where $\hat{U} = \underset{X}{\arg \min}$ $m(X, U)$ for some metric $m$.
Is there a closed form or iterative solution to this problem?