def cesHessianQF (J : ℕ) (ρ c : ℝ) (v : Fin J → ℝ) : ℝ := (1 - ρ) / ((↑J : ℝ) ^ 2 * c) * ((∑ j : Fin J, v j) ^ 2 - ↑J * ∑ j : Fin J, v j ^ 2)
thesis/CESProofs/Foundations/Hessian.lean:33
Gradient and Hessian of CES at the symmetric point.