def
definition
def or abbrev
xHessianMatrix2
show as:
view Lean formalization →
formal statement (Lean)
79noncomputable def xHessianMatrix2 (a b x y : ℝ) : Matrix (Fin 2) (Fin 2) ℝ :=
proof body
Definition body.
80 xHessianMatrix2OfR a b x y (aggregate (vec2 a b) (vec2 x y))
81