[std.numeric.fft] Arbitrary sized FFT

Imperatorn johan_forsberg_86 at hotmail.com
Sat Nov 5 15:20:59 UTC 2022


On Saturday, 5 November 2022 at 14:47:40 UTC, RIG_ wrote:
> Hi,
>
> I want to use D for scientific programming (I work at a 
> University). It's fast, it's readable, and it's so nice to use, 
> but I'm probably going to be forced to use Python / MATLAB 
> unless I can easily do a Fast Fourier Transform.
>
> [...]

Remember that D can use anything from C, so if you find a lib you 
can just use it.

But have you tried Mir?

I also found this in dub:
https://code.dlang.org/packages/pfft


More information about the Digitalmars-d mailing list