Uses of Class
org.apache.commons.math.ode.TestProblemAbstract

Packages that use TestProblemAbstract
org.apache.commons.math.ode   
org.apache.commons.math.ode.sampling   
 

Uses of TestProblemAbstract in org.apache.commons.math.ode
 

Subclasses of TestProblemAbstract in org.apache.commons.math.ode
 class TestProblem1
          This class is used in the junit tests for the ODE integrators.
 class TestProblem2
          This class is used in the junit tests for the ODE integrators.
 class TestProblem3
          This class is used in the junit tests for the ODE integrators.
 class TestProblem4
          This class is used in the junit tests for the ODE integrators.
 class TestProblem5
          This class is used in the junit tests for the ODE integrators.
 class TestProblem6
          This class is used in the junit tests for the ODE integrators.
 

Methods in org.apache.commons.math.ode that return TestProblemAbstract
abstract  TestProblemAbstract TestProblemAbstract.copy()
          Copy operation.
static TestProblemAbstract[] TestProblemFactory.getProblems()
          Get the problems.
 

Constructors in org.apache.commons.math.ode with parameters of type TestProblemAbstract
TestProblemAbstract(TestProblemAbstract problem)
          Copy constructor.
TestProblemHandler(TestProblemAbstract problem, org.apache.commons.math.ode.ODEIntegrator integrator)
          Simple constructor.
 

Uses of TestProblemAbstract in org.apache.commons.math.ode.sampling
 

Methods in org.apache.commons.math.ode.sampling with parameters of type TestProblemAbstract
static void StepInterpolatorTestUtils.checkDerivativesConsistency(org.apache.commons.math.ode.FirstOrderIntegrator integrator, TestProblemAbstract problem, double threshold)
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.