Is there a "simple" solution to
$\bf \frac{\partial}{\partial w}\big(w \odot f(w)\big)$
assuming the matrix $\bf \frac{\partial f}{\partial w}$ is known? With simple I mean something like in the normal vector multiplication case
$\bf \frac{\partial}{\partial w}\big(w^Tf(w)\big) = f(w) + \big[\frac{\partial f(w)}{\partial w}\big]^T w$
such that no other knowledge of $\bf f(w)$ is required.