org.apache.commons.math.ode.sampling
Class StepInterpolatorTestUtils

java.lang.Object
  extended by org.apache.commons.math.ode.sampling.StepInterpolatorTestUtils

public class StepInterpolatorTestUtils
extends Object


Constructor Summary
StepInterpolatorTestUtils()
           
 
Method Summary
static void checkDerivativesConsistency(org.apache.commons.math.ode.FirstOrderIntegrator integrator, TestProblemAbstract problem, double threshold)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepInterpolatorTestUtils

public StepInterpolatorTestUtils()
Method Detail

checkDerivativesConsistency

public static void checkDerivativesConsistency(org.apache.commons.math.ode.FirstOrderIntegrator integrator,
                                               TestProblemAbstract problem,
                                               double threshold)
                                        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-2010 Apache Software Foundation. All Rights Reserved.