|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |