org.apache.commons.math3.ode.nonstiff
Class GillIntegratorTest

java.lang.Object
  extended by org.apache.commons.math3.ode.nonstiff.GillIntegratorTest

public class GillIntegratorTest
extends Object


Constructor Summary
GillIntegratorTest()
           
 
Method Summary
 void testBackward()
           
 void testBigStep()
           
 void testDecreasingSteps()
           
 void testDimensionCheck()
           
 void testKepler()
           
 void testSmallStep()
           
 void testStepSize()
           
 void testUnstableDerivative()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GillIntegratorTest

public GillIntegratorTest()
Method Detail

testDimensionCheck

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

testDecreasingSteps

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

testSmallStep

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

testBigStep

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

testBackward

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

testKepler

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

testUnstableDerivative

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

testStepSize

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


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