Trying to wrap my head around something I can't seem to place in the Matrix cookbook.
If I have a function
f = $\mathrm( 2X^TXU)$.
Where X and U are both matrices.
I want to take the derivative of f w.r.t U.
The closest I can find in the matrix cookbook is (113) but that's the opposite case where I have U^T * U * X and am taking derivative w.r.t X.
What is the appropriate course of action in this case?
Thanks!