Class RombergMatrixIntegratorTest
java.lang.Object
com.irurueta.numerical.integration.RombergMatrixIntegratorTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(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:
-
EPS
private static final double EPS- See Also:
-
-
Constructor Details
-
RombergMatrixIntegratorTest
RombergMatrixIntegratorTest()
-
-
Method Details
-
create_whenAccuracyAndQuadratureType_returnsExpectedIntegrator
@Test void create_whenAccuracyAndQuadratureType_returnsExpectedIntegrator() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
create_whenDefaultAccuracyAndQuadratureType_returnsExpectedIntegrator
@Test void create_whenDefaultAccuracyAndQuadratureType_returnsExpectedIntegrator() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
create_whenNoQuadratureType_returnsExpectedIntegrator
@Test void create_whenNoQuadratureType_returnsExpectedIntegrator() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-