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

Implement FFT or another faster multiplication algorithm than Toom-4 #13

Open
peteroupc opened this issue Jul 11, 2020 · 0 comments
Open

Comments

@peteroupc
Copy link
Owner

peteroupc commented Jul 11, 2020

To do this, a step-by-step description of FFT multiplication, together with examples, would be helpful for testing purposes. However, most of the descriptions of FFT integer multiplication I've seen involve complex numbers (including pi and the exponential function, when I know it could be done with only integer arithmetic), or they include no examples allowing someone to test their FFT multiplication implementation. Because of this, my current attempts to implement FFT integer multiplication have failed.

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

No branches or pull requests

1 participant