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

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

public class DormandPrince853StepInterpolatorTest
extends Object


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

Constructor Detail

DormandPrince853StepInterpolatorTest

public DormandPrince853StepInterpolatorTest()
Method Detail

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

checklone

public void checklone()
               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-2009 Apache Software Foundation. All Rights Reserved.