org.apache.commons.math.ode
Class TestProblem5
java.lang.Object
org.apache.commons.math.ode.TestProblemAbstract
org.apache.commons.math.ode.TestProblem1
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
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 |
TestProblem5
public TestProblem5()
- Simple constructor.
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.