commons/proper/math/trunk/src/test/org/apache/commons/math/ode/ContinuousOutputModelTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblem1.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem1.java, r787795)
|
added
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblem2.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem2.java, r787795)
|
added
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblem3.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem3.java, r787795)
|
added
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblem4.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem4.java, r787795)
|
added
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblem5.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem5.java, r787795)
|
added
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblem6.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem6.java, r787795)
|
added
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblemAbstract.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblemAbstract.java, r787795)
|
added
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblemFactory.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblemFactory.java, r787795)
|
added
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblemHandler.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblemHandler.java, r787795)
|
added
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/AdamsBashforthIntegratorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegratorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/ClassicalRungeKuttaIntegratorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/ClassicalRungeKuttaStepInterpolatorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/DormandPrince54IntegratorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/DormandPrince54StepInterpolatorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/DormandPrince853IntegratorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/DormandPrince853StepInterpolatorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/EulerIntegratorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/EulerStepInterpolatorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/GillIntegratorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/GillStepInterpolatorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegratorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/GraggBulirschStoerStepInterpolatorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/HighamHall54IntegratorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/HighamHall54StepInterpolatorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/MidpointIntegratorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/MidpointStepInterpolatorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem1.java
|
deleted
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem2.java
|
deleted
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem3.java
|
deleted
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem4.java
|
deleted
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem5.java
|
deleted
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem6.java
|
deleted
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblemAbstract.java
|
deleted
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblemFactory.java
|
deleted
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblemHandler.java
|
deleted
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/ThreeEighthesIntegratorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/ThreeEighthesStepInterpolatorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/sampling/NordsieckStepInterpolatorTest.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/sampling/StepInterpolatorTestUtils.java
|
modified
, text changed
|
commons/proper/math/trunk/src/test/org/apache/commons/math/ode/sampling/StepNormalizerTest.java
|
modified
, text changed
|