def vecNormSq (J : ℕ) (v : Fin J → ℝ) : ℝ := ∑ j : Fin J, v j ^ 2
thesis/CESProofs/Foundations/Hessian.lean:46
Gradient and Hessian of CES at the symmetric point.