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

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

public class GillStepInterpolatorTest
extends Object


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

GillStepInterpolatorTest

public GillStepInterpolatorTest()
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-2011 Apache Software Foundation. All Rights Reserved.