def cesHessianEntry (J : ℕ) (ρ c : ℝ) (i j : Fin J) : ℝ := (1 - ρ) / ((↑J : ℝ) ^ 2 * c) * (1 - if i = j then ↑J else 0)
thesis/CESProofs/Foundations/Hessian.lean:127
Gradient and Hessian of CES at the symmetric point.