org.apache.commons.math3.ode.sampling
Class NordsieckStepInterpolatorTest

java.lang.Object
  extended by org.apache.commons.math3.ode.sampling.NordsieckStepInterpolatorTest

public class NordsieckStepInterpolatorTest
extends Object


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

Constructor Detail

NordsieckStepInterpolatorTest

public NordsieckStepInterpolatorTest()
Method Detail

derivativesConsistency

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

serialization

public void serialization()
                   throws IOException,
                          ClassNotFoundException,
                          NumberIsTooSmallException,
                          DimensionMismatchException,
                          MaxCountExceededException,
                          NoBracketingException
Throws:
IOException
ClassNotFoundException
NumberIsTooSmallException
DimensionMismatchException
MaxCountExceededException
NoBracketingException


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