Let $f : \Bbb C^{M \times N} \to \Bbb R_0^+$ be defined by $$ f(X) := \left\| X X^H - R \right\|_F^2 $$ I would like to find the first-order Taylor approximation of $f$.
I am familiar with the vector form but I cannot obtain the approximation for this function that depends on a matrix $ X $. I would like to linearize around a point $ X^0 $ to obtain something like this.
$$ f(X) = f(X^0) + \cdots $$
Update: The gradient of $ f(X) $ w.r.t. $ X \in \mathbb{C}^{M \times N} $ is
$$ \nabla_X f(X) = 2 X X^H X - R X - R^H X $$