Class MatrixIntegratorTest
java.lang.Object
com.irurueta.numerical.integration.MatrixIntegratorTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private 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
(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:
-
MIN_LAMBDA
private static final double MIN_LAMBDA- See Also:
-
MAX_LAMBDA
private static final double MAX_LAMBDA- See Also:
-
EPS
private static final double EPS- See Also:
-
-
Constructor Details
-
MatrixIntegratorTest
MatrixIntegratorTest()
-
-
Method Details
-
create_whenAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator
@Test void create_whenAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
create_whenDefaultAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator
@Test void create_whenDefaultAccuracyIntegratorAndQuadratureTypes_returnsExpectedIntegrator() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
create_whenAccuracyAndIntegratorType_returnsExpectedIntegrator
@Test void create_whenAccuracyAndIntegratorType_returnsExpectedIntegrator() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
create_whenDefaultAccuracyAndIntegratorType_returnsExpectedIntegrator
@Test void create_whenDefaultAccuracyAndIntegratorType_returnsExpectedIntegrator() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
create_whenAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator
@Test void create_whenAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
create_whenDefaultAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator
@Test void create_whenDefaultAccuracyAndDefaultIntegratorType_returnsExpectedIntegrator() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
comparePerformance
@Test void comparePerformance() throws com.irurueta.numerical.integration.IntegrationException, com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.numerical.integration.IntegrationException
com.irurueta.algebra.WrongSizeException
-