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

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

public class DormandPrince54StepInterpolatorTest
extends Object


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

Constructor Detail

DormandPrince54StepInterpolatorTest

public DormandPrince54StepInterpolatorTest()
Method Detail

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

checkClone

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


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