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