fortran-lang / fftpack

Double precision version of fftpack
https://fortran-lang.github.io/fftpack/
Other
68 stars 19 forks source link

Add `dzffti/dzfftf/dzfftb` interfaces #7

Closed zoziha closed 3 years ago

zoziha commented 3 years ago

Description

Simplified fourier transform of double real periodic sequences. They are simplified but slower versions of dffti/dfftf/dfftb.

Notes

There will not be a simplified interface like (i)fft for dzfft routines, we already have a simplified (i)rfft based on dfft routines, both dzfft and dfft are for real types. Based on the information obtained from the original document doc, dfft should be more efficient than dzfft, and maybe we will verify and test this in the end.