Class SimpsonLowerSquareRootMidPointQuadratureMatrixIntegratorTest
java.lang.Object
com.irurueta.numerical.integration.SimpsonLowerSquareRootMidPointQuadratureMatrixIntegratorTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
private static final double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
MIN_VALUE
private static final double MIN_VALUE- See Also:
-
MAX_VALUE
private static final double MAX_VALUE- See Also:
-
ABSOLUTE_ERROR_EXPONENTIAL
private static final double ABSOLUTE_ERROR_EXPONENTIAL- See Also:
-
ABSOLUTE_ERROR_IMPROPER_1
private static final double ABSOLUTE_ERROR_IMPROPER_1- See Also:
-
-
Constructor Details
-
SimpsonLowerSquareRootMidPointQuadratureMatrixIntegratorTest
SimpsonLowerSquareRootMidPointQuadratureMatrixIntegratorTest()
-
-
Method Details
-
integrate_whenExponential2_returnsExpectedResult
@Test void integrate_whenExponential2_returnsExpectedResult() throws com.irurueta.algebra.WrongSizeException, com.irurueta.numerical.integration.IntegrationException- Throws:
com.irurueta.algebra.WrongSizeException
com.irurueta.numerical.integration.IntegrationException
-
integrate_whenImproperIntegrandWithSingularities_returnsExpectedResult
@Test void integrate_whenImproperIntegrandWithSingularities_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
-