Searched defs:newSoftPreviousState (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/ |
H A D | RungeKuttaFieldStepInterpolator.java | 76 … FieldODEStateAndDerivative<T> newSoftPreviousState, in create() 99 … FieldODEStateAndDerivative<T> newSoftPreviousState, in create()
|
H A D | EulerFieldStepInterpolator.java | 79 … final FieldODEStateAndDerivative<T> newSoftPreviousState, in create()
|
H A D | MidpointFieldStepInterpolator.java | 81 … final FieldODEStateAndDerivative<T> newSoftPreviousState, in create()
|
H A D | ThreeEighthesFieldStepInterpolator.java | 91 … final FieldODEStateAndDerivative<T> newSoftPreviousState, in create()
|
H A D | ClassicalRungeKuttaFieldStepInterpolator.java | 89 … final FieldODEStateAndDerivative<T> newSoftPreviousState, in create()
|
H A D | HighamHall54FieldStepInterpolator.java | 65 … final FieldODEStateAndDerivative<T> newSoftPreviousState, in create()
|
H A D | GillFieldStepInterpolator.java | 97 … final FieldODEStateAndDerivative<T> newSoftPreviousState, in create()
|
H A D | AdamsFieldStepInterpolator.java | 122 … FieldODEStateAndDerivative<T> newSoftPreviousState, in create()
|
H A D | DormandPrince853FieldStepInterpolator.java | 195 … final FieldODEStateAndDerivative<T> newSoftPreviousState, in create()
|
H A D | LutherFieldStepInterpolator.java | 125 … final FieldODEStateAndDerivative<T> newSoftPreviousState, in create()
|
H A D | DormandPrince54FieldStepInterpolator.java | 114 … final FieldODEStateAndDerivative<T> newSoftPreviousState, in create()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/sampling/ |
H A D | AbstractFieldStepInterpolator.java | 110 … FieldODEStateAndDerivative<T> newSoftPreviousState, in create()
|