Uses of Enum Class
ffx.numerics.fft.DataLayout3D
Packages that use DataLayout3D
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 DataLayout3D in ffx.numerics.fft
Methods in ffx.numerics.fft that return DataLayout3DModifier and TypeMethodDescriptionstatic DataLayout3D
Returns the enum constant of this class with the specified name.static DataLayout3D[]
DataLayout3D.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ffx.numerics.fft with parameters of type DataLayout3DModifier and TypeMethodDescriptionstatic int
Complex3D.index3D
(int i, int j, int k, int nX, int nY, DataLayout3D layout) Determine the index of the complex number in the blocked 1D array from the X, Y and Z indices.Constructors in ffx.numerics.fft with parameters of type DataLayout3DModifierConstructorDescriptionComplex3D
(int nX, int nY, int nZ, DataLayout3D layout) Initialize the 3D FFT for complex 3D matrix.Complex3DParallel
(int nX, int nY, int nZ, ParallelTeam parallelTeam, IntegerSchedule integerSchedule, DataLayout3D dataLayout) Initialize the 3D FFT for complex 3D matrix.Complex3DParallel
(int nX, int nY, int nZ, ParallelTeam parallelTeam, DataLayout3D dataLayout) Initialize the 3D FFT for complex 3D matrix.