|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.ode.sampling.StepNormalizerOutputTestBase
org.apache.commons.math3.ode.sampling.StepNormalizerOutputOverlapTest
public class StepNormalizerOutputOverlapTest
Step normalizer output tests, for problems where the first and last points are overlap fixed points.
| Constructor Summary | |
|---|---|
StepNormalizerOutputOverlapTest()
|
|
| Method Summary | |
|---|---|
protected double |
getEnd()
Returns the end time. |
protected double[] |
getExpInc()
Returns the expected normalized output time values for increment mode. |
protected double[] |
getExpIncRev()
Returns the expected reversed normalized output time values for increment mode. |
protected double[] |
getExpMul()
Returns the expected normalized output time values for multiples mode. |
protected double[] |
getExpMulRev()
Returns the expected reversed normalized output time values for multiples mode. |
protected int[][] |
getO()
Returns the offsets for the unit tests below, in the order they are given below. |
protected double |
getStart()
Returns the start time. |
| Methods inherited from class org.apache.commons.math3.ode.sampling.StepNormalizerOutputTestBase |
|---|
computeDerivatives, getDimension, handleStep, init, testIncBoth, testIncBothRev, testIncFirst, testIncFirstRev, testIncLast, testIncLastRev, testIncNeither, testIncNeitherRev, testMulBoth, testMulBothRev, testMulFirst, testMulFirstRev, testMulLast, testMulLastRev, testMulNeither, testMulNeitherRev |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StepNormalizerOutputOverlapTest()
| Method Detail |
|---|
protected double getStart()
StepNormalizerOutputTestBase
getStart in class StepNormalizerOutputTestBaseprotected double getEnd()
StepNormalizerOutputTestBase
getEnd in class StepNormalizerOutputTestBaseprotected double[] getExpInc()
StepNormalizerOutputTestBase
getExpInc in class StepNormalizerOutputTestBaseprotected double[] getExpIncRev()
StepNormalizerOutputTestBase
getExpIncRev in class StepNormalizerOutputTestBaseprotected double[] getExpMul()
StepNormalizerOutputTestBase
getExpMul in class StepNormalizerOutputTestBaseprotected double[] getExpMulRev()
StepNormalizerOutputTestBase
getExpMulRev in class StepNormalizerOutputTestBaseprotected int[][] getO()
StepNormalizerOutputTestBase
getO in class StepNormalizerOutputTestBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||