类 TestProblem5
java.lang.Object
org.hipparchus.ode.TestProblemAbstract
org.hipparchus.ode.TestProblem5
- 所有已实现的接口:
-
OrdinaryDifferentialEquation
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
-
构造器概要
-
方法概要
修饰符和类型方法说明double[]
computeTheoreticalState
(double t) Compute the theoretical state at the specified time.double[]
doComputeDerivatives
(double t, double[] y) 从类继承的方法 org.hipparchus.ode.TestProblemAbstract
computeDerivatives, getCalls, getDimension, getErrorScale, getEventDetectors, getFinalTime, getInitialState, getInitialTime, getTheoreticalEventsTimes
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 org.hipparchus.ode.OrdinaryDifferentialEquation
init
-
构造器详细资料
-
TestProblem5
public TestProblem5()Simple constructor.
-
-
方法详细资料
-
doComputeDerivatives
public double[] doComputeDerivatives(double t, double[] y) - 指定者:
-
doComputeDerivatives
在类中TestProblemAbstract
-
computeTheoreticalState
public double[] computeTheoreticalState(double t) 从类复制的说明:TestProblemAbstract
Compute the theoretical state at the specified time.- 指定者:
-
computeTheoreticalState
在类中TestProblemAbstract
- 参数:
-
t
- 所需状态的时间 - 返回:
- 时间t处的状态向量
-