Documentation

Lean 4 Proof

def vecNormSq (J : ℕ) (v : Fin J → ℝ) : ℝ := ∑ j : Fin J, v j ^ 2

Dependency Graph

Module Section

Gradient and Hessian of CES at the symmetric point.