Commit 2025-08-12 02:14 a820a089
View on Github →refactor(LinearAlgebra/AffineSpace/Combination) move centroid defintion to LinearAlgebra.AffineSpace.Centroid (#27919) This PR is the second step in the migration and split; see discussion in #27881
- Move centroid related material from
LinearAlgebra.AffineSpace.Combinationto a new fileLinearAlgebra.AffineSpace.Centroid - No changes or additions to any theorems, definitions, or proofs.
- Added docstrings for the new file:
LinearAlgebra.AffineSpace.Centroid - Fix the imports in
LinearAlgebra.AffineSpace.BasisandLinearAlgebra.AffineSpace.Simplex.Centroid