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

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

public class HighamHall54StepInterpolatorTest
extends Object


Constructor Summary
HighamHall54StepInterpolatorTest()
           
 
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

HighamHall54StepInterpolatorTest

public HighamHall54StepInterpolatorTest()
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

checkClone

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