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

java.lang.Object
  extended by org.apache.commons.math3.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 MaxCountExceededException
Throws:
MaxCountExceededException

interpolationAtBounds

public void interpolationAtBounds()
                           throws MaxCountExceededException
Throws:
MaxCountExceededException

interpolationInside

public void interpolationInside()
                         throws MaxCountExceededException
Throws:
MaxCountExceededException

derivativesConsistency

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

serialization

public void serialization()
                   throws IOException,
                          ClassNotFoundException,
                          DimensionMismatchException,
                          NumberIsTooSmallException,
                          MaxCountExceededException,
                          NoBracketingException
Throws:
IOException
ClassNotFoundException
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException


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