liamappelbe / fftea

A simple and efficient FFT implementation for Dart
Apache License 2.0
66 stars 1 forks source link

Stein's algorithm #25

Closed liamappelbe closed 1 year ago

liamappelbe commented 2 years ago

Is there anywhere we're calculating the GCD? If so, implement Stein's algorithm to make it faster.