are inplace transforms supported?

Issue #9 new
Peter Steinbach created an issue

I couldn't find anything in the docs yet. So are inplace transforms supported?

Comments (3)

  1. Neelakandan Ramachandran

    We could enforce inplace if the user provide the same pointer array as both input and output argument to the wrapper API. Does that sound good ?

  2. Peter Steinbach reporter

    that would work for me, but typically inplace transforms require larger incoming arrays. depending on how hcfft works internally that might be a killer for this idea

  3. Log in to comment