类 StepNormalizerOutputTest
java.lang.Object
org.hipparchus.ode.sampling.StepNormalizerOutputTestBase
org.hipparchus.ode.sampling.StepNormalizerOutputTest
- 所有已实现的接口:
-
OrdinaryDifferentialEquation
,ODEFixedStepHandler
步长规范化器输出测试,用于问题中第一个和最后一个点不是固定点的情况。
-
构造器概要
-
方法概要
从类继承的方法 org.hipparchus.ode.sampling.StepNormalizerOutputTestBase
computeDerivatives, getDimension, handleStep, testIncBoth, testIncBothRev, testIncFirst, testIncFirstRev, testIncLast, testIncLastRev, testIncNeither, testIncNeitherRev, testMulBoth, testMulBothRev, testMulFirst, testMulFirstRev, testMulLast, testMulLastRev, testMulNeither, testMulNeitherRev
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 org.hipparchus.ode.sampling.ODEFixedStepHandler
init
从接口继承的方法 org.hipparchus.ode.OrdinaryDifferentialEquation
init
-
构造器详细资料
-
StepNormalizerOutputTest
public StepNormalizerOutputTest()
-
-
方法详细资料
-
getStart
protected double getStart()从类复制的说明:StepNormalizerOutputTestBase
返回开始时间。- 指定者:
-
getStart
在类中StepNormalizerOutputTestBase
- 返回:
- 开始时间
-
getEnd
protected double getEnd()从类复制的说明:StepNormalizerOutputTestBase
返回结束时间。- 指定者:
-
getEnd
在类中StepNormalizerOutputTestBase
- 返回:
- 结束时间
-
getExpInc
protected double[] getExpInc()从类复制的说明:StepNormalizerOutputTestBase
返回增量模式下预期的归一化输出时间值。- 指定者:
-
getExpInc
在类中StepNormalizerOutputTestBase
- 返回:
- 增量模式下预期的归一化输出时间值
-
getExpIncRev
protected double[] getExpIncRev()从类复制的说明:StepNormalizerOutputTestBase
返回增量模式下预期的反向归一化输出时间值。- 指定者:
-
getExpIncRev
在类中StepNormalizerOutputTestBase
- 返回:
- 增量模式下预期的反向归一化输出时间值
-
getExpMul
protected double[] getExpMul()从类复制的说明:StepNormalizerOutputTestBase
返回倍数模式下预期的归一化输出时间值。- 指定者:
-
getExpMul
在类中StepNormalizerOutputTestBase
- 返回:
- 倍数模式下预期的归一化输出时间值
-
getExpMulRev
protected double[] getExpMulRev()从类复制的说明:StepNormalizerOutputTestBase
返回倍数模式下预期的反向归一化输出时间值。- 指定者:
-
getExpMulRev
在类中StepNormalizerOutputTestBase
- 返回:
- 倍数模式下预期的反向归一化输出时间值
-
getO
protected int[][] getO()从类复制的说明:StepNormalizerOutputTestBase
返回下面单元测试的偏移量,按照给定的顺序。对于每个测试,返回左右偏移量。- 指定者:
-
getO
在类中StepNormalizerOutputTestBase
- 返回:
- 下面单元测试的偏移量,按照给定的顺序
-