Eigen (C++ library): Difference between revisions
Line 37: | Line 37: | ||
This uses either kissfft (default), | This uses either kissfft (default), FFTW ('''GPL'''), Intel oneMKL, or pocketFFT under the hood. | ||
There is very little documentation on this so it's easier to just read the code: | There is very little documentation on this so it's easier to just read the code: | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> |