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

java.lang.Object
  extended by org.apache.commons.math.ode.nonstiff.EulerStepInterpolatorTest

public class EulerStepInterpolatorTest
extends Object


Constructor Summary
EulerStepInterpolatorTest()
           
 
Method Summary
 void derivativesConsistency()
           
 void interpolationAtBounds()
           
 void interpolationInside()
           
 void noReset()
           
 void serialization()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EulerStepInterpolatorTest

public EulerStepInterpolatorTest()
Method Detail

noReset

public void noReset()
             throws org.apache.commons.math.ode.DerivativeException
Throws:
org.apache.commons.math.ode.DerivativeException

interpolationAtBounds

public void interpolationAtBounds()
                           throws org.apache.commons.math.ode.DerivativeException
Throws:
org.apache.commons.math.ode.DerivativeException

interpolationInside

public void interpolationInside()
                         throws org.apache.commons.math.ode.DerivativeException
Throws:
org.apache.commons.math.ode.DerivativeException

derivativesConsistency

public void derivativesConsistency()
                            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

serialization

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


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