You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-40542: Implement composition of pseudomorphisms
If $f$ and $g$ are composable pseudomorphisms, in general the composite
$f \circ g$ is no longer a pseudomorphism. It is however the case when
there is no twisting derivation.
In this PR, we implement the computation of the composition in this
case.
### 📝 Checklist
<!-- Put an `x` in all the boxes that apply. -->
- [x] The title is concise and informative.
- [x] The description explains in detail what this PR is about.
- [ ] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation and checked the documentation
preview.
URL: #40542
Reported by: Xavier Caruso
Reviewer(s): user202729, Xavier Caruso
0 commit comments