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

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

public class AdamsMoultonIntegratorTest
extends Object


Constructor Summary
AdamsMoultonIntegratorTest()
           
 
Method Summary
 void backward()
           
 void dimensionCheck()
           
 void exceedMaxEvaluations()
           
 void polynomial()
           
 void testIncreasingTolerance()
           
 void testMinStep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdamsMoultonIntegratorTest

public AdamsMoultonIntegratorTest()
Method Detail

dimensionCheck

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

testMinStep

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

testIncreasingTolerance

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

exceedMaxEvaluations

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

backward

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

polynomial

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


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