Let $F:\mathbb{R}^n\rightarrow \mathbb{R}$ a scalar field which has a quadratic from,
$F(\mathbf{x}) = \frac{1}{2}\mathbf{d}(\mathbf{x})^\top\Lambda\mathbf{d}(\mathbf{x})$ with $\mathbf{d}:\mathbb{R}^n\rightarrow\mathbb{R}^m$ being a twice differentiable vector field, and $\Lambda\in \mathbb{R}^{m\times m}$ being a symmetric, positive semi-definite matrix. Thus, $F$ is the objective function in generalized least square problems such as Gauss-Newton. Let $\mathtt{J}_\mathbf{d}$ be the Jacobian of $\mathbf{d}$ and $\mathtt{H}_\mathbf{d}$ its second derivative, the $n\times m \times m$ Hessian tensor.
Due to the product rule, the first derivative of $F$ becomes: \begin{equation} \nabla F = \frac{1}{2}( \mathbf{d}(\mathbf{x})^{\top} \Lambda \mathtt{J}_ \mathbf{d}(\mathbf{x}) )^\top + \frac{1}{2}( \mathtt{J}_ \mathbf{d} (\mathbf{x})^{\top} \Lambda \mathbf{d}(\mathbf{x}) = \mathtt{J}_\mathbf{d}(\mathbf{x})^{\top} \Lambda \mathbf{d}(\mathbf{x}), \end{equation} using the fact that $\Lambda$ is symmetric. Again by means of the product rule, the second derivation or Hessian of $F$ is \begin{equation} \mathtt{H}_F (\mathbf{x}) = \mathtt{J} _\mathbf{d}(\mathbf{x})^\top \Lambda \mathtt{J} _ \mathbf{b}(\mathbf{x}) + \mathtt{H}_\mathbf{d}(\mathbf{x}) \Lambda \mathbf{d}(\mathbf{x}), \end{equation} right?
Question: Is $\mathtt{H}_F$ is positive semi-definite?