Class IntegralPolynomialEvaluationTest
java.lang.Object
com.irurueta.numerical.polynomials.estimators.IntegralPolynomialEvaluationTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private static final double
private static final int
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
-
Field Details
-
MIN_RANDOM_VALUE
private static final double MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
private static final double MAX_RANDOM_VALUE- See Also:
-
MIN_ORDER
private static final int MIN_ORDER- See Also:
-
MAX_ORDER
private static final int MAX_ORDER- See Also:
-
-
Constructor Details
-
IntegralPolynomialEvaluationTest
IntegralPolynomialEvaluationTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetX
@Test void testGetSetX() -
testGetSetConstants
@Test void testGetSetConstants() -
testGetSetIntegralOrder
@Test void testGetSetIntegralOrder() -
testSerializeDeserialize
- Throws:
IOException
ClassNotFoundException
-