Uses of Class
ffx.numerics.fft.MixedRadixFactor
Package
Description
The FFT package implements 1D and 3D FFTs of real or complex valued data, including SMP
parallelization of 3D transforms and convolution using the Parallel Java library.
-
Uses of MixedRadixFactor in ffx.numerics.fft
Modifier and TypeClassDescriptionclass
The MixedRadixFactor2 class handles factors of 2 in the FFT.class
The MixedRadixFactor3 class handles factors of 3 in the FFT.class
The MixedRadixFactor4 class handles factors of 4 in the FFT.class
The MixedRadixFactor5 class handles factors of 5 in the FFT.class
The MixedRadixFactor6 class handles factors of 6 in the FFT.class
The MixedRadixFactor7 class handles factors of 7 in the FFT.class
The MixedRadixFactorPrime class handles prime factors in the FFT.