Commit 2025-11-18 22:43 ff68c4bf
View on Github →chore(LinearAlgebra/Matrix/PosDef): rename Matrix.InnerProductSpace.ofMatrix (#30928)
- Renames
Matrix.NormedAddCommGroup.ofMatrixtoMatrix.toNormedAddCommGroup - Removes
Matrix.InnerProductSpace.ofMatrixand addsMatrix.toInnerProductSpaceinstead. - Removes
Matrix.PosDef.matrixInnerProductSpaceand addsMatrix.toMatrixInnerProductSpaceinstead. - Defines
Matrix.toSeminormedAddCommGroupandMatrix.toMatrixSeminormedAddCommGroup.