Class Real3DTest

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

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

    • Real3DTest

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

    • data

      public static Collection<Object[]> data()
    • setUp

      public void setUp()
    • testConvolution

      public void testConvolution()
      Test of convolution method, of class Real3D.
    • testFft

      public void testFft()
      Test of the fft and ifft methods, of class Real3D.