Commit 2025-10-08 02:34 e503dc1c
View on Github →chore(LinearAlgebra/Matrix/PosDef): deprecate PosSemidef.sqrt in favour of CFC (#29896)
We deprecate PosSemidef.sqrt and all related results in favour of using more general results (i.e., CFC.sqrt and results in C*-algebras). This also defines the partial order and StarOrderedRing instances on matrices.
This also moves all results related to PosSemidef.sqrt to Analysis/Matrix/Order to minimize imports.
The partial order instance on matrices is scoped to MatrixOrder (analogous to ComplexOrder).