Commit 2025-09-09 10:56 3df560df

View on Github →

chore(LinearAlgebra/Matrix/SesquilinearForm): make Matrix.IsSelfAdjoint protected (#29206) This avoids a conflict with _root_.IsSelfAdjoint when the Matrix namespace is open. We also protect Matrix.IsSkewAdjoint for API consistency.

Estimated changes