Package ffx.numerics.fft
Class Real3DParallelTest
java.lang.Object
ffx.utilities.FFXTest
ffx.numerics.fft.Real3DParallelTest
- Author:
- Michael J. Schnieders
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection
<Object[]> data()
void
setUp()
void
Test of convolution method, of class Real3DParallel.void
testFft()
Test of the fft and ifft methods, of class Real3DParallel.Methods inherited from class ffx.utilities.FFXTest
afterClass, afterTest, beforeClass, beforeTest, registerTemporaryDirectory
-
Constructor Details
-
Real3DParallelTest
-
-
Method Details
-
data
-
setUp
public void setUp() -
testConvolution
public void testConvolution()Test of convolution method, of class Real3DParallel. -
testFft
public void testFft()Test of the fft and ifft methods, of class Real3DParallel.
-