Commit 2026-09-13 02:55 55a449c5
View on Github →fix(LinearAlgebra): correct name and type of Affine.Simplex.span_eq_top (#43543)
The previous statement accidentally used V the vector space instead of P the affine space, making it less general. Also changed the name to affineSpan_eq_top following the convention