arrayfire-rust icon indicating copy to clipboard operation
arrayfire-rust copied to clipboard

[BUG] FFT example not working, Trait Bound HasAfEnum not implemented for Complex<float>

Open steckes opened this issue 1 year ago • 0 comments

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 >.

Screenshot 2022-08-08 at 14 52 53

steckes avatar Aug 08 '22 12:08 steckes