org.apache.commons.math3.analysis.differentiation
Class DerivativeStructureTest

java.lang.Object
  extended by org.apache.commons.math3.ExtendedFieldElementAbstractTest<DerivativeStructure>
      extended by org.apache.commons.math3.analysis.differentiation.DerivativeStructureTest

public class DerivativeStructureTest
extends ExtendedFieldElementAbstractTest<DerivativeStructure>

Test for class DerivativeStructure.


Constructor Summary
DerivativeStructureTest()
           
 
Method Summary
protected  DerivativeStructure build(double x)
           
 void testAbs()
           
 void testAdd()
           
 void testAtan2()
           
 void testAtan2SpecialCases()
           
 void testCbrtDefinition()
           
 void testCbrtPow3()
           
 void testCeilFloorRintLong()
           
 void testCompose()
           
 void testComposeMismatchedDimensions()
           
 void testCompositionOneVariableX()
           
 void testCompositionOneVariableY()
           
 void testConstant()
           
 void testCopySign()
           
 void testCosAcos()
           
 void testCoshAcosh()
           
 void testCoshDefinition()
           
 void testDegRad()
           
 void testExp()
           
 void testExpm1Definition()
           
 void testExpression()
           
 void testField()
           
 void testHypotDefinition()
           
 void testHypotNeglectible()
           
 void testHypotNoOverflow()
           
 void testHypotSpecial()
           
 void testLinearCombination1DoubleDS()
           
 void testLinearCombination1DSDS()
           
 void testLinearCombination2DoubleDS()
           
 void testLinearCombination2DSDS()
           
 void testLog()
           
 void testLog10Definition()
           
 void testLog10Power()
           
 void testLog1pDefinition()
           
 void testLog1pExpm1()
           
 void testLogExp()
           
 void testMissingOrders()
           
 void testMultiply()
           
 void testNegate()
           
 void testOneOrderConstructor()
           
 void testOneParameterConstructor()
           
 void testPow()
           
 void testPowReciprocalPow()
           
 void testPrimitiveAdd()
           
 void testPrimitiveMultiply()
           
 void testPrimitiveRemainder()
           
 void testPrimitiveSubtract()
           
 void testReciprocal()
           
 void testRemainder()
           
 void testRootNSingularity()
           
 void testSerialization()
           
 void testSignum()
           
 void testSinAsin()
           
 void testSinCos()
           
 void testSinhAsinh()
           
 void testSinhDefinition()
           
 void testSqrtDefinition()
           
 void testSqrtPow2()
           
 void testSubtract()
           
 void testTanAtan()
           
 void testTangentDefinition()
           
 void testTanhAtanh()
           
 void testTanhDefinition()
           
 void testTaylorAtan2()
           
 void testTaylorPolynomial()
           
 void testToDegreesDefinition()
           
 void testTooLargeOrder()
           
 void testToRadiansDefinition()
           
 void testTrigo()
           
 void testVariable()
           
 void testVariableWithoutDerivative0()
           
 void testVariableWithoutDerivative1()
           
 void testWrongVariableIndex()
           
 
Methods inherited from class org.apache.commons.math3.ExtendedFieldElementAbstractTest
testAcos, testAcosh, testAddDouble, testAddField, testAsin, testAsinh, testAtan, testAtanh, testCbrt, testCeil, testCopySignDouble, testCopySignField, testCos, testCosh, testDivideDouble, testDivideField, testEquals, testExpm1, testFloor, testGetField, testHash, testHypot, testLinearCombinationDaFa, testLinearCombinationDF2, testLinearCombinationDF3, testLinearCombinationDF4, testLinearCombinationFaFa, testLinearCombinationFF2, testLinearCombinationFF3, testLinearCombinationFF4, testLog1p, testMultiplyDouble, testMultiplyField, testMultiplyInt, testPowDouble, testPowField, testPowInt, testRemainderDouble, testRemainderField, testRint, testRootN, testRound, testScalb, testSin, testSinh, testSqrt, testSubtractDouble, testSubtractField, testTan, testTanh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DerivativeStructureTest

public DerivativeStructureTest()
Method Detail

build

protected DerivativeStructure build(double x)
Specified by:
build in class ExtendedFieldElementAbstractTest<DerivativeStructure>

testWrongVariableIndex

public void testWrongVariableIndex()

testMissingOrders

public void testMissingOrders()

testTooLargeOrder

public void testTooLargeOrder()

testVariableWithoutDerivative0

public void testVariableWithoutDerivative0()

testVariableWithoutDerivative1

public void testVariableWithoutDerivative1()

testVariable

public void testVariable()

testConstant

public void testConstant()

testPrimitiveAdd

public void testPrimitiveAdd()

testAdd

public void testAdd()

testPrimitiveSubtract

public void testPrimitiveSubtract()

testSubtract

public void testSubtract()

testPrimitiveMultiply

public void testPrimitiveMultiply()

testMultiply

public void testMultiply()

testNegate

public void testNegate()

testReciprocal

public void testReciprocal()

testPow

public void testPow()

testExpression

public void testExpression()

testCompositionOneVariableX

public void testCompositionOneVariableX()

testTrigo

public void testTrigo()

testSqrtDefinition

public void testSqrtDefinition()

testRootNSingularity

public void testRootNSingularity()

testSqrtPow2

public void testSqrtPow2()

testCbrtDefinition

public void testCbrtDefinition()

testCbrtPow3

public void testCbrtPow3()

testPowReciprocalPow

public void testPowReciprocalPow()

testHypotDefinition

public void testHypotDefinition()

testHypotNoOverflow

public void testHypotNoOverflow()

testHypotNeglectible

public void testHypotNeglectible()

testHypotSpecial

public void testHypotSpecial()

testPrimitiveRemainder

public void testPrimitiveRemainder()

testRemainder

public void testRemainder()

testExp

public void testExp()
Overrides:
testExp in class ExtendedFieldElementAbstractTest<DerivativeStructure>

testExpm1Definition

public void testExpm1Definition()

testLog

public void testLog()
Overrides:
testLog in class ExtendedFieldElementAbstractTest<DerivativeStructure>

testLog1pDefinition

public void testLog1pDefinition()

testLog10Definition

public void testLog10Definition()

testLogExp

public void testLogExp()

testLog1pExpm1

public void testLog1pExpm1()

testLog10Power

public void testLog10Power()

testSinCos

public void testSinCos()

testSinAsin

public void testSinAsin()

testCosAcos

public void testCosAcos()

testTanAtan

public void testTanAtan()

testTangentDefinition

public void testTangentDefinition()

testAtan2

public void testAtan2()
Overrides:
testAtan2 in class ExtendedFieldElementAbstractTest<DerivativeStructure>

testAtan2SpecialCases

public void testAtan2SpecialCases()

testSinhDefinition

public void testSinhDefinition()

testCoshDefinition

public void testCoshDefinition()

testTanhDefinition

public void testTanhDefinition()

testSinhAsinh

public void testSinhAsinh()

testCoshAcosh

public void testCoshAcosh()

testTanhAtanh

public void testTanhAtanh()

testCompositionOneVariableY

public void testCompositionOneVariableY()

testTaylorPolynomial

public void testTaylorPolynomial()

testTaylorAtan2

public void testTaylorAtan2()

testAbs

public void testAbs()
Overrides:
testAbs in class ExtendedFieldElementAbstractTest<DerivativeStructure>

testSignum

public void testSignum()
Overrides:
testSignum in class ExtendedFieldElementAbstractTest<DerivativeStructure>

testCeilFloorRintLong

public void testCeilFloorRintLong()

testCopySign

public void testCopySign()

testToDegreesDefinition

public void testToDegreesDefinition()

testToRadiansDefinition

public void testToRadiansDefinition()

testDegRad

public void testDegRad()

testComposeMismatchedDimensions

public void testComposeMismatchedDimensions()

testCompose

public void testCompose()

testField

public void testField()

testOneParameterConstructor

public void testOneParameterConstructor()

testOneOrderConstructor

public void testOneOrderConstructor()

testLinearCombination1DSDS

public void testLinearCombination1DSDS()

testLinearCombination1DoubleDS

public void testLinearCombination1DoubleDS()

testLinearCombination2DSDS

public void testLinearCombination2DSDS()

testLinearCombination2DoubleDS

public void testLinearCombination2DoubleDS()

testSerialization

public void testSerialization()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.