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
Both split operator method and Cooley-Tukey don't compile in Rust. Only slight changes are needed as far as I can tell.
Steps to Reproduce
Neither file has a Cargo.toml file which is required for dependencies. After creating a Cargo.toml for each with num = "0.4.0", rustfft = "5.1.1", and rand = "0.8.4" and running cargo build they fail with the errors in the screenshots
Expected behavior
They should compile without errors.
Screenshots
Cooley-tukey errors:
Split-Operator method errors:
Environment
OS: Windows
OS Version: Windows 10 Home versiom 20H2 build 19042.1348
What happens if you replace rustfft::FFTPlanner with rustfft:FftPlanner? It won't fix the Cooley-Tukey method, but that could help for the Split-op method
Bug Report
Description
Both split operator method and Cooley-Tukey don't compile in Rust. Only slight changes are needed as far as I can tell.
Steps to Reproduce
Neither file has a Cargo.toml file which is required for dependencies. After creating a Cargo.toml for each with
num = "0.4.0"
,rustfft = "5.1.1"
, andrand = "0.8.4"
and runningcargo build
they fail with the errors in the screenshotsExpected behavior
They should compile without errors.
Screenshots
Cooley-tukey errors:

Split-Operator method errors:

Environment
For Algorithm Archive Developers
The text was updated successfully, but these errors were encountered: