Commit 2025-02-18 09:18 99a0bc08

View on Github →

feat(LinearAlgebra/Matrix): swap matrices (#19812) We define and establish basic API for swap matrices. Matrix.swap R i j is the matrix that, when multiplying on the left, swaps the i-th and j-th row. From "Formalizing the Bruhat-Tits tree"

Estimated changes