-
-
Notifications
You must be signed in to change notification settings - Fork 652
faster generating series for species #40163
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
This depends on #38544, correct? |
Documentation preview for this PR (built with commit 6ebac00; changes) is ready! 🎉 |
…is not in the power sum basis
accidentally added
Please fix the merge conflicts; then I will review this. |
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.
Thank you. LGTM.
Linter failure unrelated to this PR. |
sagemathgh-40163: faster generating series for species We compute the generating series of sums, products, compositions and restrictions directly from the generating series of the arguments, rather than computing the molecular expansion of the arguments first. URL: sagemath#40163 Reported by: Martin Rubey Reviewer(s): Travis Scrimshaw
We compute the generating series of sums, products, compositions and restrictions directly from the generating series of the arguments, rather than computing the molecular expansion of the arguments first.