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

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

public class MidpointStepInterpolatorTest
extends Object


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

Constructor Detail

MidpointStepInterpolatorTest

public MidpointStepInterpolatorTest()
Method Detail

testDerivativesConsistency

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