Class Real3DTest

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

public class Real3DTest extends ffx.utilities.FFXTest
Author:
Michael J. Schnieders
  • Field Summary

    Fields inherited from class ffx.utilities.FFXTest

    ffxCI, ffxOpenMM, logger
  • Constructor Summary

    Constructors
    Constructor
    Description
    Real3DTest(String info, int nx, int ny, int nz)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Collection<Object[]>
     
    void
     
    void
    Test of convolution method, of class Real3D.
    void
    Test of the fft and ifft methods, of class Real3D.

    Methods inherited from class ffx.utilities.FFXTest

    afterClass, afterTest, beforeClass, beforeTest, registerTemporaryDirectory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.