Class SimpsonInfinityMidPointQuadratureMatrixIntegratorTest
java.lang.Object
com.irurueta.numerical.integration.SimpsonInfinityMidPointQuadratureMatrixIntegratorTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
-
Field Details
-
ABSOLUTE_ERROR_GAUSSIAN
private static final double ABSOLUTE_ERROR_GAUSSIAN- See Also:
-
-
Constructor Details
-
SimpsonInfinityMidPointQuadratureMatrixIntegratorTest
SimpsonInfinityMidPointQuadratureMatrixIntegratorTest()
-
-
Method Details
-
integrate_whenGaussian_returnsExpectedResult
@Test void integrate_whenGaussian_returnsExpectedResult() throws com.irurueta.numerical.integration.IntegrationException, com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.numerical.integration.IntegrationException
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
-