Class ComplexTest

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

public class ComplexTest 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
    ComplexTest(String info, int n, boolean preferred)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Collection<Object[]>
     
    void
    Test of fft method, of class Complex.
    void
    Test of preferredDimension method, of class Complex.

    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

    • ComplexTest

      public ComplexTest(String info, int n, boolean preferred)
  • Method Details

    • data

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

      public void testFft()
      Test of fft method, of class Complex.
    • testPreferredDimension

      public void testPreferredDimension()
      Test of preferredDimension method, of class Complex.