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

java.lang.Object
  extended by org.apache.commons.math.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 org.apache.commons.math.ode.DerivativeException,
                           org.apache.commons.math.ode.IntegratorException
Throws:
org.apache.commons.math.ode.DerivativeException
org.apache.commons.math.ode.IntegratorException

testMinStep

public void testMinStep()
                 throws org.apache.commons.math.ode.DerivativeException,
                        org.apache.commons.math.ode.IntegratorException
Throws:
org.apache.commons.math.ode.DerivativeException
org.apache.commons.math.ode.IntegratorException

testIncreasingTolerance

public void testIncreasingTolerance()
                             throws org.apache.commons.math.ode.DerivativeException,
                                    org.apache.commons.math.ode.IntegratorException
Throws:
org.apache.commons.math.ode.DerivativeException
org.apache.commons.math.ode.IntegratorException

exceedMaxEvaluations

public void exceedMaxEvaluations()
                          throws org.apache.commons.math.ode.DerivativeException,
                                 org.apache.commons.math.ode.IntegratorException
Throws:
org.apache.commons.math.ode.DerivativeException
org.apache.commons.math.ode.IntegratorException

backward

public void backward()
              throws org.apache.commons.math.ode.DerivativeException,
                     org.apache.commons.math.ode.IntegratorException
Throws:
org.apache.commons.math.ode.DerivativeException
org.apache.commons.math.ode.IntegratorException

polynomial

public void polynomial()
                throws org.apache.commons.math.ode.DerivativeException,
                       org.apache.commons.math.ode.IntegratorException
Throws:
org.apache.commons.math.ode.DerivativeException
org.apache.commons.math.ode.IntegratorException


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.