Class PolynomialTest

java.lang.Object
com.irurueta.numerical.polynomials.PolynomialTest

class PolynomialTest extends Object
  • Field Details

  • 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

      @Test void testSerializeDeserialize() throws IOException, ClassNotFoundException
      Throws:
      IOException
      ClassNotFoundException