Home
last modified time | relevance | path

Searched defs:globalPreviousState (Results 1 – 23 of 23) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/sampling/
DAbstractFieldStepInterpolator.java44 private final FieldODEStateAndDerivative<T> globalPreviousState; field in AbstractFieldStepInterpolator
70 final FieldODEStateAndDerivative<T> globalPreviousState, in AbstractFieldStepInterpolator()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
DAdamsFieldStepInterpolator.java73 final FieldODEStateAndDerivative<T> globalPreviousState, in AdamsFieldStepInterpolator()
96 final FieldODEStateAndDerivative<T> globalPreviousState, in AdamsFieldStepInterpolator()
DEulerFieldIntegrator.java87 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
DMidpointFieldIntegrator.java87 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
DClassicalRungeKuttaFieldIntegrator.java102 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
DThreeEighthesFieldIntegrator.java101 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
DLutherFieldIntegrator.java137 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
DGillFieldIntegrator.java112 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
DEulerFieldStepInterpolator.java64final FieldODEStateAndDerivative<T> globalPreviousState, in EulerFieldStepInterpolator()
DMidpointFieldStepInterpolator.java66final FieldODEStateAndDerivative<T> globalPreviousState, in MidpointFieldStepInterpolator()
DRungeKuttaFieldStepInterpolator.java58final FieldODEStateAndDerivative<T> globalPreviousState, in RungeKuttaFieldStepInterpolator()
DHighamHall54FieldIntegrator.java166 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
DDormandPrince54FieldIntegrator.java191 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
DClassicalRungeKuttaFieldStepInterpolator.java74final FieldODEStateAndDerivative<T> globalPreviousState, in ClassicalRungeKuttaFieldStepInterpolator()
DThreeEighthesFieldStepInterpolator.java76 final FieldODEStateAndDerivative<T> globalPreviousState, in ThreeEighthesFieldStepInterpolator()
DRungeKuttaFieldIntegrator.java109final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
DHighamHall54FieldStepInterpolator.java50 final FieldODEStateAndDerivative<T> globalPreviousState, in HighamHall54FieldStepInterpolator()
DGillFieldStepInterpolator.java79 final FieldODEStateAndDerivative<T> globalPreviousState, in GillFieldStepInterpolator()
DDormandPrince853FieldStepInterpolator.java57 final FieldODEStateAndDerivative<T> globalPreviousState, in DormandPrince853FieldStepInterpolator()
DDormandPrince853FieldIntegrator.java397 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
DLutherFieldStepInterpolator.java95 final FieldODEStateAndDerivative<T> globalPreviousState, in LutherFieldStepInterpolator()
DEmbeddedRungeKuttaFieldIntegrator.java193final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
DDormandPrince54FieldStepInterpolator.java87 final FieldODEStateAndDerivative<T> globalPreviousState, in DormandPrince54FieldStepInterpolator()