Class RombergInfinityMidPointQuadratureMatrixIntegratorTest
java.lang.Object
com.irurueta.numerical.integration.RombergInfinityMidPointQuadratureMatrixIntegratorTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
ALMOST_INFINITY
private static final double ALMOST_INFINITY- See Also:
-
-
Constructor Details
-
RombergInfinityMidPointQuadratureMatrixIntegratorTest
RombergInfinityMidPointQuadratureMatrixIntegratorTest()
-
-
Method Details
-
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult
@Test void integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
integrate_whenImproperIntegralFromZeroToInfinity3_returnsWrongResult
@Test void integrate_whenImproperIntegralFromZeroToInfinity3_returnsWrongResult() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
getIntegratorType_returnsExpectedValue
@Test void getIntegratorType_returnsExpectedValue() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
getQuadratureType_returnsExpectedValue
@Test void getQuadratureType_returnsExpectedValue() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-