-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - chore: renaming all Column
to Col
#19825
Conversation
PR summary 35c77c83beImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
Co-authored-by: Eric Wieser <[email protected]>
rw [← det_transpose, ← updateRow_transpose, transpose_smul, det_updateRow_smul_left] | ||
simp [updateRow_transpose, det_transpose] | ||
|
||
@[deprecated (since := "2024-11-03")] alias det_updateColumn_smul' := det_updateColumn_smul_left | ||
@[deprecated (since := "2024-11-03")] alias det_updateColumn_smul' := det_updateCol_smul_left | ||
@[deprecated (since := "2024-11-03")] alias det_updateColumn_smul_left := det_updateCol_smul_left |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dates in this file are incorrect.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for noticing!
Please fix the dates, then merge. bors d+ |
✌️ madvorak can now approve this pull request. To approve and merge a pull request, simply reply with |
bors r+ |
* `Matrix.fromColumns` becomes `Matrix.fromCols` * `Matrix.toColumns` becomes `Matrix.toCols` * `Matrix.updateColumn` becomes `Matrix.updateCol` Moves: - `*fromColumns*` -> `*fromCols*` - `*toColumns*` -> `*toCols*` - `*updateColumn*` -> `*updateCol*` Discussion: https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/Matrix.2EfromRows.20and.20Matrix.2EfromColumns
Pull request successfully merged into master. Build succeeded: |
Column
to Col
Column
to Col
Matrix.fromColumns
becomesMatrix.fromCols
Matrix.toColumns
becomesMatrix.toCols
Matrix.updateColumn
becomesMatrix.updateCol
Moves:
*fromColumns*
->*fromCols*
*toColumns*
->*toCols*
*updateColumn*
->*updateCol*
Discussion:
https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/Matrix.2EfromRows.20and.20Matrix.2EfromColumns