I have a 4x1 vector with complex elements $\mathbf{c}=\left[c_{1}, \dots, c_{N}\right]^{ T }$ and the following $\ell2$-norm function $f(\mathbf{c}) = \|\textbf{A}.\textbf{c}\|_{2}^2 = \sum_{m=1}^{M}\left|\mathbf{a}_{m}^{H}\mathbf{c}\right|^{2}=\sum_{m=1}^{M}\mathbf{c}^{H}\mathbf{a}_{m}\mathbf{a}_{m}^{H}\mathbf{c}$ , where the elements of c are complex and have the form $c_i = r_i\cdot exp(j\Phi_i)$ I am trying to find the derivatives the aforementioned function given $r_i$ and $\Phi_i$
I tried this by decomposing my complex numbers and sums but it takes too long and I cannot shorten my formulas at the end. I think there is an alternative way as this post states but I am unable to find it. Any help or hints are much appreciated. Thank you in advance.