Commit 2025-08-07 03:39 1ab0f168
View on Github →refactor(LinearAlgebra/AffineSpace/Independent) move simplex to Simplex.Basic and Simplex.Centroid (#27917) This PR is the first step in the migration and split; see discussion in #27881 . This is part of a series; the next PR: #27919
- Move simplex related material from
LinearAlgebra.AffineSpace.Independentto a newMathlib.LinearAlgebra.AffineSpace.Simplex.Basic - Move the centroid of simplex related material from
LinearAlgebra.AffineSpace.Independentto a newMathlib.LinearAlgebra.AffineSpace.Simplex.Centroid - No changes or additions to any theorems, definitions, or proofs.
- Added docstrings for the new files:
LinearAlgebra.AffineSpace.Simplex.BasicandLinearAlgebra.AffineSpace.Simplex.Centroid. - Modified the docstring in
LinearAlgebra.AffineSpace.Independent. - Fix the imports in
LinearAlgebra.AffineSpace.FiniteDimensional,Geometry.Euclidean.CircumcenterandAnalysis.Normed.Affine.SimplexDependency map: Before:LinearAlgebra.AffineSpace.Independentdepends onLinearAlgebra.AffineSpace.CombinationAfter:LinearAlgebra.AffineSpace.Independentdepends onLinearAlgebra.AffineSpace.CombinationLinearAlgebra.AffineSpace.Simplex.Basicdepends onLinearAlgebra.AffineSpace.IndependentLinearAlgebra.AffineSpace.Simplex.Centroiddepends onLinearAlgebra.AffineSpace.Simplex.Basic