FEDEM Solver
R8.0
Source code of the dynamics solver
|
This is the complete list of members for FFpFourier, including all inherited members.
factorize(int n, int &nFact, int *fact) | FFpFourier | privatestatic |
FFT(const std::vector< double > &xRe, const std::vector< double > &xIm, std::vector< double > &yRe, std::vector< double > &yIm) | FFpFourier | static |
fft_10() | FFpFourier | privatestatic |
fft_4(double *aRe, double *aIm) | FFpFourier | privatestatic |
fft_5(double *aRe, double *aIm) | FFpFourier | privatestatic |
fft_8() | FFpFourier | privatestatic |
fft_odd(int radix) | FFpFourier | privatestatic |
getMaxPrimeFactor() | FFpFourier | static |
initTrig(int radix) | FFpFourier | privatestatic |
permute(int nFact, int *fact, int *remain, const std::vector< double > &xRe, const std::vector< double > &xIm, std::vector< double > &yRe, std::vector< double > &yIm) | FFpFourier | privatestatic |
transTableSetup(int *sofar, int *actual, int *remain, int &nFact, int nPoints) | FFpFourier | privatestatic |
twiddleTransf(int sofarRadix, int radix, int remainRadix, std::vector< double > &yRe, std::vector< double > &yIm) | FFpFourier | privatestatic |