Re: [Numpy-discussion] Numpy FFT normalization options issue (addition of new option)

2020-06-28 Thread Peter Bell
>> Honestly, I don't find "forward" very informative. There isn't any real >> convention on whether FFT of IFFT have any normalization. >> To the best of my experience, either forward or inverse could be normalized >> by 1/N, or each normalized by 1/sqrt(N), or neither >> could be normalized. I

Re: [Numpy-discussion] NEP 31 — Context-local and global overrides of the NumPy API

2019-09-07 Thread Peter Bell
>> There may be another very concrete one (that's not yet in the NEP): allowing >> other libraries that consume ndarrays to use overrides. An example is >> numpy.fft: currently both mkl_fft and pyfftw monkeypatch NumPy, something we >> don't like all that much (in particular for mkl_fft, because