Class PolynomialTest
java.lang.Object
com.irurueta.numerical.polynomials.PolynomialTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final int
private static final double
private 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
testAdd()
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
testTrim()
-
Field Details
-
MIN_LENGTH
private static final int MIN_LENGTH- See Also:
-
MAX_LENGTH
private static final int MAX_LENGTH- See Also:
-
MIN_RANDOM_VALUE
private static final double MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
private static final double MAX_RANDOM_VALUE- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
VERY_LARGE_ABSOLUTE_ERROR
private static final double VERY_LARGE_ABSOLUTE_ERROR- See Also:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
PolynomialTest
PolynomialTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() throws com.irurueta.numerical.NumericalException- Throws:
com.irurueta.numerical.NumericalException
-
testGetSetPolyParams
@Test void testGetSetPolyParams() -
testGetDegree
@Test void testGetDegree() -
testAddWithResult
@Test void testAddWithResult() -
testAdd
@Test void testAdd() -
testAddAndReturnNew
@Test void testAddAndReturnNew() -
testSubtractWithResult
@Test void testSubtractWithResult() -
testSubtract
@Test void testSubtract() -
testSubtractAndReturnNew
@Test void testSubtractAndReturnNew() -
testMultiplyWithResult
@Test void testMultiplyWithResult() -
testMultiply
@Test void testMultiply() -
testMultiplyAndReturnNew
@Test void testMultiplyAndReturnNew() -
testMultiplyByScalarWithResult
@Test void testMultiplyByScalarWithResult() -
testMultiplyByScalar
@Test void testMultiplyByScalar() -
testMultiplyByScalarAndReturnNew
@Test void testMultiplyByScalarAndReturnNew() -
testGetRoots
@Test void testGetRoots() throws com.irurueta.numerical.NumericalException- Throws:
com.irurueta.numerical.NumericalException
-
testEvaluate
@Test void testEvaluate() -
testDerivativeWithResult
@Test void testDerivativeWithResult() -
testDerivative
@Test void testDerivative() -
testDerivativeAndReturnNew
@Test void testDerivativeAndReturnNew() -
testEvaluateDerivative
@Test void testEvaluateDerivative() -
testSecondDerivativeWithResult
@Test void testSecondDerivativeWithResult() -
testSecondDerivative
@Test void testSecondDerivative() -
testSecondDerivativeAndReturnNew
@Test void testSecondDerivativeAndReturnNew() -
testEvaluateSecondDerivative
@Test void testEvaluateSecondDerivative() -
testNthDerivativeWithResult
@Test void testNthDerivativeWithResult() -
testNthDerivative
@Test void testNthDerivative() -
testNthDerivativeAndReturnNew
@Test void testNthDerivativeAndReturnNew() -
testEvaluateNthDerivative
@Test void testEvaluateNthDerivative() -
testIntegrationWithResultAndConstant
@Test void testIntegrationWithResultAndConstant() -
testIntegrationWithResult
@Test void testIntegrationWithResult() -
testIntegrationWithConstant
@Test void testIntegrationWithConstant() -
testIntegration
@Test void testIntegration() -
testIntegrationAndReturnNewWithConstant
@Test void testIntegrationAndReturnNewWithConstant() -
testIntegrationAndReturnNew
@Test void testIntegrationAndReturnNew() -
testIntegrateInterval
@Test void testIntegrateInterval() -
testNthIntegrationWithResultAndConstant
@Test void testNthIntegrationWithResultAndConstant() -
testNthIntegrationWithResult
@Test void testNthIntegrationWithResult() -
testNthIntegrationWithConstant
@Test void testNthIntegrationWithConstant() -
testNthIntegration
@Test void testNthIntegration() -
testNthIntegrationAndReturnNewWithConstant
@Test void testNthIntegrationAndReturnNewWithConstant() -
testNthIntegrationAndReturnNew
@Test void testNthIntegrationAndReturnNew() -
testNthOrderIntegrateIntervalWithConstants
@Test void testNthOrderIntegrateIntervalWithConstants() -
testNthOrderIntegrateInterval
@Test void testNthOrderIntegrateInterval() -
testTrim
@Test void testTrim() -
testNormalizeWithResult
@Test void testNormalizeWithResult() -
testNormalize
@Test void testNormalize() -
testNormalizeAndReturnNew
@Test void testNormalizeAndReturnNew() -
testNormalizeHighestDegreeTermWithResult
@Test void testNormalizeHighestDegreeTermWithResult() -
testNormalizeHighestDegreeTerm
@Test void testNormalizeHighestDegreeTerm() -
testNormalizeHighestDegreeTermAndReturnNew
@Test void testNormalizeHighestDegreeTermAndReturnNew() -
testGetMaxima
@Test void testGetMaxima() throws com.irurueta.numerical.NumericalException- Throws:
com.irurueta.numerical.NumericalException
-
testGetMaximaWithThreshold
@Test void testGetMaximaWithThreshold() throws com.irurueta.numerical.NumericalException- Throws:
com.irurueta.numerical.NumericalException
-
testGetMinima
@Test void testGetMinima() throws com.irurueta.numerical.NumericalException- Throws:
com.irurueta.numerical.NumericalException
-
testGetMinimaWithThreshold
@Test void testGetMinimaWithThreshold() throws com.irurueta.numerical.NumericalException- Throws:
com.irurueta.numerical.NumericalException
-
testGetExtrema
@Test void testGetExtrema() throws com.irurueta.numerical.NumericalException- Throws:
com.irurueta.numerical.NumericalException
-
testGetExtremaWithThreshold
@Test void testGetExtremaWithThreshold() throws com.irurueta.numerical.NumericalException- Throws:
com.irurueta.numerical.NumericalException
-
testSerializeDeserialize
- Throws:
IOException
ClassNotFoundException
-