[Merged by Bors] - refactor(LinearAlgebra/BilinearMap): Left composition, bilinear over different rings#13042
[Merged by Bors] - refactor(LinearAlgebra/BilinearMap): Left composition, bilinear over different rings#13042
Conversation
|
!bench |
|
Here are the benchmark results for commit d7460b6. |
|
@eric-wieser do you have a moment to review this PR please? It's quite a small one. |
Import summaryNo significant changes to the import graph |
eric-wieser
left a comment
There was a problem hiding this comment.
bors d+
The variables are getting a bit unmanageable here, but I don't have any suggestions to clean them up. Just some whitespace suggestions.
|
✌️ mans0954 can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
PR summaryImport changesNo significant changes to the import graph Declarations diffNo declarations were harmed in the making of this PR! 🐙 You can run this locally as follows## summary with just the declaration names:
./scripts/no_lost_declarations.sh short <optional_commit>
## more verbose report:
./scripts/no_lost_declarations.sh <optional_commit> |
|
bors r+ |
|
Pull request successfully merged into master. Build succeeded: |
|
#26458 takes this generalization further. |
Generalise
compl₂andcompl₁₂for left composition with maps which are linear over different rings in the first and second variable.Needed for #9334