Uses of Class
ffx.numerics.fft.PassData
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 PassData in ffx.numerics.fft
Modifier and TypeMethodDescriptionprotected void
Handle factors of 5.protected void
MixedRadixFactor5.interleaved
(PassData passData) Handle factors of 5.protected abstract void
MixedRadixFactor.passScalar
(PassData passData) Apply the mixed radix factor using scalar operations.protected void
MixedRadixFactor2.passScalar
(PassData passData) Handle factors of 2.protected void
MixedRadixFactor3.passScalar
(PassData passData) Handle factors of 3.protected void
MixedRadixFactor4.passScalar
(PassData passData) Handle factors of 4.protected void
MixedRadixFactor5.passScalar
(PassData passData) Handle factors of 5.protected void
MixedRadixFactor6.passScalar
(PassData passData) Handle factors of 6.protected void
MixedRadixFactor7.passScalar
(PassData passData) Handle factors of 7.protected void
MixedRadixFactorPrime.passScalar
(PassData passData) Handle a general prime number.protected abstract void
Apply the mixed radix factor using SIMD operations.protected void
Handle factors of 2 using SIMD vectors.protected void
Handle factors of 3 using SIMD vectors.protected void
Handle factors of 4 using SIMD vectors.protected void
Handle factors of 5 using SIMD vectors.protected void
Handle factors of 6 using SIMD vectors.protected void
Handle factors of 6 using SIMD vectors.protected void
There is no SIMD support for general prime numbers, so the scalar method is used.