Documentation

Lean 4 Proof

def vecSum (J : ℕ) (v : Fin J → ℝ) : ℝ := ∑ j : Fin J, v j

Dependency Graph

Module Section

Gradient and Hessian of CES at the symmetric point.