Skip to content
  • Sumant Oemrawsingh's avatar
    Initial test function complex case now works. · e635d8e7
    Sumant Oemrawsingh authored
    The reason why the complex case didn't work in example.lisp, is that the FFTs
    (not DFTs) work in-place. for reals it worked because the random (source)
    vector was copied (or at least, only the real part) before FFT-ing. Now, it's
    also copied in the complex case.
    e635d8e7