Package ffx.numerics.fft
Class MixedRadixFactor7
java.lang.Object
ffx.numerics.fft.MixedRadixFactor
ffx.numerics.fft.MixedRadixFactor7
The MixedRadixFactor7 class handles factors of 7 in the FFT.
-
Field Summary
Fields inherited from class ffx.numerics.fft.MixedRadixFactor
BLOCK_LOOP, BLOCK_LOOP_128, BLOCK_LOOP_256, BLOCK_LOOP_512, di, dj, DOUBLE_SPECIES, factor, ii, im, innerLoopLimit, jstep, LENGTH, LENGTH_128, LENGTH_256, LENGTH_512, LOOP, LOOP_128, LOOP_256, LOOP_512, n, NEGATE_IM, NEGATE_IM_128, NEGATE_IM_256, NEGATE_IM_512, NEGATE_RE, NEGATE_RE_128, NEGATE_RE_256, NEGATE_RE_512, nextInput, nFFTs, outerLoopLimit, product, SHUFFLE_RE_IM, SHUFFLE_RE_IM_128, SHUFFLE_RE_IM_256, SHUFFLE_RE_IM_512, twiddles
-
Constructor Summary
ConstructorDescriptionMixedRadixFactor7
(PassConstants passConstants) Construct a MixedRadixFactor7. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
passScalar
(PassData passData) Handle factors of 7.protected void
Handle factors of 6 using SIMD vectors.Methods inherited from class ffx.numerics.fft.MixedRadixFactor
multiplyAndStore, toString
-
Constructor Details
-
MixedRadixFactor7
Construct a MixedRadixFactor7.- Parameters:
passConstants
- PassConstants.
-
-
Method Details
-
passScalar
Handle factors of 7.- Specified by:
passScalar
in classMixedRadixFactor
- Parameters:
passData
- PassData.
-
passSIMD
Handle factors of 6 using SIMD vectors.- Specified by:
passSIMD
in classMixedRadixFactor
- Parameters:
passData
- PassData.
-