Class Complex3DParallelTest

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

public class Complex3DParallelTest 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
    Complex3DParallelTest(String info, int nx, int ny, int nz, int nCPUs)
     
  • 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

    • Complex3DParallelTest

      public Complex3DParallelTest(String info, int nx, int ny, int nz, int nCPUs)
  • 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.