xtensor-fftw icon indicating copy to clipboard operation
xtensor-fftw copied to clipboard

Document destructive inverse real FFTs

Open egpbos opened this issue 8 years ago • 1 comments

The default behavior for inverse real FFT functions (c2r) in FFTW is to destroy the input arrays during the calculation. This is probably very unexpected for most users.

We should add this to the documentation, probably multiple times (in the general howtos, and in the function docs). Maybe we should even print run-time warnings.

egpbos avatar Oct 16 '17 15:10 egpbos

Todo: add notes to function documentation.

egpbos avatar Nov 30 '17 15:11 egpbos