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

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

public class EulerIntegratorTest
extends Object


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

Constructor Detail

EulerIntegratorTest

public EulerIntegratorTest()
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

testStepSize

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


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