Closed
Description
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"
, 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
Environment
- OS: Windows
- OS Version: Windows 10 Home versiom 20H2 build 19042.1348
- Cargo version: cargo 1.55.0 (32da73ab1 2021-08-23)
For Algorithm Archive Developers
- The bug can be reproduced
- The bug can be fixed (if not, please explain why not in a comment below)
- There is a timeline to fix the bug
- The bug has been fixed (Please link the PR)