abbrev
definition
def or abbrev
vec2
show as:
view Lean formalization →
formal statement (Lean)
65abbrev vec2 (u v : ℝ) : Vec 2 := ![u, v]
proof body
Definition body.
66
67/-- The `2 × 2` positive-coordinate Hessian with an explicit aggregate
68parameter `R`. -/