Skip to content
Snippets Groups Projects
Forked from antik / gsll
Source project has a limited visibility.
  • Sumant Oemrawsingh's avatar
    e635d8e7
    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
    History
    Initial test function complex case now works.
    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.