Class Complex3DTest

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

public class Complex3DTest 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
    Complex3DTest(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 Complex3D.
    void
    Test of the fft and ifft methods, of class Complex3D.

    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

    • Complex3DTest

      public Complex3DTest(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 Complex3D.
    • testFft

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