Class RombergExponentialMidPointQuadratureIntegratorTest

java.lang.Object
com.irurueta.numerical.integration.RombergExponentialMidPointQuadratureIntegratorTest

class RombergExponentialMidPointQuadratureIntegratorTest extends Object
  • Field Details

    • ABSOLUTE_ERROR_IMPROPER_3

      private static final double ABSOLUTE_ERROR_IMPROPER_3
      See Also:
  • Constructor Details

    • RombergExponentialMidPointQuadratureIntegratorTest

      RombergExponentialMidPointQuadratureIntegratorTest()
  • Method Details

    • integrate_whenImproperIntegralFromZeroToInfinity3_returnsExpectedResult

      @Test void integrate_whenImproperIntegralFromZeroToInfinity3_returnsExpectedResult() throws com.irurueta.numerical.integration.IntegrationException
      Throws:
      com.irurueta.numerical.integration.IntegrationException
    • getIntegratorType_returnsExpectedValue

      @Test void getIntegratorType_returnsExpectedValue()
    • getQuadratureType_returnsExpectedValue

      @Test void getQuadratureType_returnsExpectedValue()