Class Complex2DTest

java.lang.Object
ffx.utilities.FFXTest
ffx.numerics.fft.Complex2DTest

public class Complex2DTest extends FFXTest
Author:
Michael J. Schnieders
  • Constructor Details

    • Complex2DTest

      public Complex2DTest(String info, int nx, int ny)
  • Method Details

    • data

      public static Collection<Object[]> 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.