Package ffx.numerics.fft
Class Complex2DTest
java.lang.Object
ffx.utilities.FFXTest
ffx.numerics.fft.Complex2DTest
- Author:
- Michael J. Schnieders
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection
<Object[]> data()
void
setUp()
void
Test of the fft and ifft methods, of class Complex3D.void
Test of the fft and ifft methods, of class Complex3D.void
Test of the fft and ifft methods, of class Complex3D.void
Test of the fft and ifft methods, of class Complex3D.void
Test of the fft and ifft methods, of class Complex3D.void
Test of the fft and ifft methods, of class Complex3D.void
Test of the fft and ifft methods, of class Complex3D.void
Test of the fft and ifft methods, of class Complex3D.Methods inherited from class ffx.utilities.FFXTest
afterClass, afterTest, beforeClass, beforeTest, registerTemporaryDirectory
-
Constructor Details
-
Complex2DTest
-
-
Method Details
-
data
-
setUp
public void setUp() -
testInterleavedScalar
public void testInterleavedScalar()Test of the fft and ifft methods, of class Complex3D. -
testBlockedScalar
public void testBlockedScalar()Test of the fft and ifft methods, of class Complex3D. -
testInterleavedSIMD
public void testInterleavedSIMD()Test of the fft and ifft methods, of class Complex3D. -
testBlockedSIMD
public void testBlockedSIMD()Test of the fft and ifft methods, of class Complex3D. -
testInterleavedScalarPacked
public void testInterleavedScalarPacked()Test of the fft and ifft methods, of class Complex3D. -
testBlockedScalarPacked
public void testBlockedScalarPacked()Test of the fft and ifft methods, of class Complex3D. -
testInterleavedSIMDPacked
public void testInterleavedSIMDPacked()Test of the fft and ifft methods, of class Complex3D. -
testBlockedSIMDPacked
public void testBlockedSIMDPacked()Test of the fft and ifft methods, of class Complex3D.
-