Suppose $f:\mathbb{R}^n \to \mathbb{R}^n$ and $v:\mathbb{R}^n \to \mathbb{R}$. I want to find $\nabla (v \circ f).$
Am I right: $\nabla (v \circ f) = \nabla v|_f \cdot Df$ where $Df$ is the matrix of partial derivatives of $f$. This is what Wikipedia tells me. But we are doing a column vector dotted with a matrix, so I guess it should be $Df \cdot \nabla v|_f$? Am I correct?