Class ModifiedBesselTest

java.lang.Object
ffx.utilities.FFXTest
ffx.numerics.special.ModifiedBesselTest

public class ModifiedBesselTest 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
    ModifiedBesselTest(String info, double x, double i0, double i1)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Collection<Object[]>
    The expected values were found to 20 decimal points of precision using Mathematica: SetPrecision[BesselI[0, x], 20]] SetPrecision[BesselI[1, x], 20]]
    void
    Test of erfc method, of class Erf.
    void
    Test of erf method, of class Erf.

    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

    • ModifiedBesselTest

      public ModifiedBesselTest(String info, double x, double i0, double i1)
  • Method Details

    • data

      public static Collection<Object[]> data()
      The expected values were found to 20 decimal points of precision using Mathematica: SetPrecision[BesselI[0, x], 20]] SetPrecision[BesselI[1, x], 20]]
    • testZeroOrderModifiedBessel

      public void testZeroOrderModifiedBessel()
      Test of erf method, of class Erf.
    • testFirstOrderModifiedBessel

      public void testFirstOrderModifiedBessel()
      Test of erfc method, of class Erf.