Skip to content
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

Speed up constructing Swinnerton-Dyer polynomials using deflation hack #1729

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

fredrik-johansson
Copy link
Collaborator

Collect pairs of linear factors as (x+a)(x-a) -> x^2-a^2 and deflate.

E.g. constructing S_8 takes 0.0489 seconds instead of 0.127 seconds.

@fredrik-johansson fredrik-johansson merged commit 0a001dd into main Jan 19, 2024
@fredrik-johansson fredrik-johansson deleted the sdpoly branch January 28, 2024 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant