arrayfire-rust
arrayfire-rust copied to clipboard
[BUG] FFT example not working, Trait Bound HasAfEnum not implemented for Complex<float>
Can not run the fft example: the trait HasAfEnum is not implemented for Complex<{f64}>.
Using:
- MacOS x86_64
- rustc version 1.62.1
- rust edition 2021
- arrayfire 3.8
- num 0.4.0
The documentation of this library is saying that HasAfEnum is implemented for Complex< f32 > and Complex< f64 >.