org.apache.commons.math3.ode
Class JacobianMatricesTest

java.lang.Object
  extended by org.apache.commons.math3.ode.JacobianMatricesTest

public class JacobianMatricesTest
extends Object


Constructor Summary
JacobianMatricesTest()
           
 
Method Summary
 void testAnalyticalDifferentiation()
           
 void testFinalResult()
           
 void testHighAccuracyExternalDifferentiation()
           
 void testInternalDifferentiation()
           
 void testLowAccuracyExternalDifferentiation()
           
 void testParameterizable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JacobianMatricesTest

public JacobianMatricesTest()
Method Detail

testLowAccuracyExternalDifferentiation

public void testLowAccuracyExternalDifferentiation()
                                            throws NumberIsTooSmallException,
                                                   DimensionMismatchException,
                                                   MaxCountExceededException,
                                                   NoBracketingException
Throws:
NumberIsTooSmallException
DimensionMismatchException
MaxCountExceededException
NoBracketingException

testHighAccuracyExternalDifferentiation

public void testHighAccuracyExternalDifferentiation()
                                             throws NumberIsTooSmallException,
                                                    DimensionMismatchException,
                                                    MaxCountExceededException,
                                                    NoBracketingException,
                                                    UnknownParameterException
Throws:
NumberIsTooSmallException
DimensionMismatchException
MaxCountExceededException
NoBracketingException
UnknownParameterException

testInternalDifferentiation

public void testInternalDifferentiation()
                                 throws NumberIsTooSmallException,
                                        DimensionMismatchException,
                                        MaxCountExceededException,
                                        NoBracketingException,
                                        UnknownParameterException,
                                        JacobianMatrices.MismatchedEquations
Throws:
NumberIsTooSmallException
DimensionMismatchException
MaxCountExceededException
NoBracketingException
UnknownParameterException
JacobianMatrices.MismatchedEquations

testAnalyticalDifferentiation

public void testAnalyticalDifferentiation()
                                   throws MaxCountExceededException,
                                          DimensionMismatchException,
                                          NumberIsTooSmallException,
                                          NoBracketingException,
                                          UnknownParameterException,
                                          JacobianMatrices.MismatchedEquations
Throws:
MaxCountExceededException
DimensionMismatchException
NumberIsTooSmallException
NoBracketingException
UnknownParameterException
JacobianMatrices.MismatchedEquations

testFinalResult

public void testFinalResult()
                     throws MaxCountExceededException,
                            DimensionMismatchException,
                            NumberIsTooSmallException,
                            NoBracketingException,
                            UnknownParameterException,
                            JacobianMatrices.MismatchedEquations
Throws:
MaxCountExceededException
DimensionMismatchException
NumberIsTooSmallException
NoBracketingException
UnknownParameterException
JacobianMatrices.MismatchedEquations

testParameterizable

public void testParameterizable()
                         throws MaxCountExceededException,
                                DimensionMismatchException,
                                NumberIsTooSmallException,
                                NoBracketingException,
                                UnknownParameterException,
                                JacobianMatrices.MismatchedEquations
Throws:
MaxCountExceededException
DimensionMismatchException
NumberIsTooSmallException
NoBracketingException
UnknownParameterException
JacobianMatrices.MismatchedEquations


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