-
Notifications
You must be signed in to change notification settings - Fork 1k
[Merged by Bors] - feat(LinearAlgebra/QuadraticForm/Basis): basis expansion of a quadratic map #18578
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
Conversation
PR summary b7c0de9e62
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.LinearAlgebra.QuadraticForm.Basis | 1470 | 1472 | +2 (+0.14%) |
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.LinearAlgebra.QuadraticForm.Basis |
2 |
Mathlib.Data.Sym.Sym2.Finsupp (new file) |
553 |
Declarations diff
+ apply_linearCombination
+ apply_linearCombination'
+ coe_sym2Mul
+ map_finsuppSum
+ map_finsuppSum'
+ mem_sym2_support_of_mul_ne_zero
+ polarSym2_map_smul
+ sum_polar_sub_repr_sq
+ sum_repr_sq_add_sum_repr_mul_polar
+ support_sym2Mul_subset
+ sym2Mul
+ sym2Mul_apply_mk
+ sym2_support_eq_preimage_support_mul
You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>The doc-module for script/declarations_diff.sh contains some details about this script.
No changes to technical debt.
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
|
CC: @eric-wieser |
YaelDillies
left a comment
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.
Let's try again
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
|
This went through an insane amount of review, so let's just merge it, thanks! bors merge |
…ic map (#18578) Three lemmas about Quadratic maps applied to: - A finite sum - A `linearCombination` - The representation of an element wrt a basis Co-authored-by: Christopher Hoskin <christopher.hoskin@gmail.com> Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
|
Build failed (retrying...): |
…ic map (#18578) Three lemmas about Quadratic maps applied to: - A finite sum - A `linearCombination` - The representation of an element wrt a basis Co-authored-by: Christopher Hoskin <christopher.hoskin@gmail.com> Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
|
Build failed (retrying...): |
…ic map (#18578) Three lemmas about Quadratic maps applied to: - A finite sum - A `linearCombination` - The representation of an element wrt a basis Co-authored-by: Christopher Hoskin <christopher.hoskin@gmail.com> Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
|
Build failed: |
|
bors merge |
…ic map (#18578) Three lemmas about Quadratic maps applied to: - A finite sum - A `linearCombination` - The representation of an element wrt a basis Co-authored-by: Christopher Hoskin <mans0954@users.noreply.github.com> Co-authored-by: Christopher Hoskin <christopher.hoskin@gmail.com> Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
…ic map (#18578) Three lemmas about Quadratic maps applied to: - A finite sum - A `linearCombination` - The representation of an element wrt a basis Co-authored-by: Christopher Hoskin <mans0954@users.noreply.github.com> Co-authored-by: Christopher Hoskin <christopher.hoskin@gmail.com> Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
Three lemmas about Quadratic maps applied to:
linearCombinationSym2#21836