I have an array $V_{N*K}$ that I have a function defined over the elements of this matrix which is
$$ F=\sum_{j}^N\sum_{l}^N\sum_{k}^KV_{jk}\log\frac{V_{jk}}{V_{lk}}+V_{lk}\log\frac{V_{lk}}{V_{jk}} $$
The question is what is the derivative of this function, $F$ with respect to an element of array $V$, i.e., $V_{jk}$