org.apache.commons.math.ode
Class TestProblem5

java.lang.Object
  extended by org.apache.commons.math.ode.TestProblemAbstract
      extended by org.apache.commons.math.ode.TestProblem1
          extended by org.apache.commons.math.ode.TestProblem5
All Implemented Interfaces:
org.apache.commons.math.ode.FirstOrderDifferentialEquations

public class TestProblem5
extends TestProblem1

This class is used in the junit tests for the ODE integrators.

This is the same as problem 1 except integration is done backward in time


Field Summary
 
Fields inherited from class org.apache.commons.math.ode.TestProblemAbstract
calls, errorScale, n, t0, t1, y0
 
Constructor Summary
TestProblem5()
          Simple constructor.
 
Method Summary
 TestProblem5 copy()
          Copy operation.
 
Methods inherited from class org.apache.commons.math.ode.TestProblem1
computeTheoreticalState, doComputeDerivatives
 
Methods inherited from class org.apache.commons.math.ode.TestProblemAbstract
computeDerivatives, getCalls, getDimension, getErrorScale, getEventsHandlers, getFinalTime, getInitialState, getInitialTime, setErrorScale, setFinalConditions, setInitialConditions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestProblem5

public TestProblem5()
Simple constructor.

Method Detail

copy

public TestProblem5 copy()
Copy operation.

Overrides:
copy in class TestProblem1
Returns:
a copy of the instance


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