org.apache.commons.math3.ode.events
Class ReappearingEventTest

java.lang.Object
  extended by org.apache.commons.math3.ode.events.ReappearingEventTest

public class ReappearingEventTest
extends Object


Nested Class Summary
protected static class ReappearingEventTest.Event
          State events for this unit test.
 
Constructor Summary
ReappearingEventTest()
           
 
Method Summary
 double test(int integratorType)
           
 void testDormandPrince()
           
 void testGragg()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReappearingEventTest

public ReappearingEventTest()
Method Detail

testDormandPrince

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

testGragg

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

test

public double test(int integratorType)
            throws DimensionMismatchException,
                   NumberIsTooSmallException,
                   MaxCountExceededException,
                   NoBracketingException
Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException


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