Commit 2024-12-11 08:26 afdb9499

View on Github →

chore: renaming all Column to Col (#19825)

  • Matrix.fromColumns becomes Matrix.fromCols
  • Matrix.toColumns becomes Matrix.toCols
  • Matrix.updateColumn becomes Matrix.updateCol Moves:

Estimated changes

added def Matrix.fromCols
added theorem Matrix.fromCols_inj
added theorem Matrix.fromCols_neg
added theorem Matrix.fromCols_toCols
added theorem Matrix.fromCols_zero
deleted def Matrix.fromColumns
deleted theorem Matrix.fromColumns_inj
deleted theorem Matrix.fromColumns_neg
deleted theorem Matrix.fromColumns_zero
added theorem Matrix.mul_fromCols
deleted theorem Matrix.mul_fromColumns
added def Matrix.toCols₁
added theorem Matrix.toCols₁_apply
added def Matrix.toCols₂
added theorem Matrix.toCols₂_apply
deleted def Matrix.toColumns₁
deleted theorem Matrix.toColumns₁_apply
deleted def Matrix.toColumns₂
deleted theorem Matrix.toColumns₂_apply
added theorem Matrix.vecMul_fromCols
deleted theorem Matrix.vecMul_fromColumns