Searched defs:newGlobalCurrentState (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 | 75 … FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() 98 … FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
H A D | EulerFieldStepInterpolator.java | 78 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
H A D | MidpointFieldStepInterpolator.java | 80 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
H A D | ThreeEighthesFieldStepInterpolator.java | 90 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
H A D | ClassicalRungeKuttaFieldStepInterpolator.java | 88 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
H A D | HighamHall54FieldStepInterpolator.java | 64 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
H A D | GillFieldStepInterpolator.java | 96 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
H A D | AdamsFieldStepInterpolator.java | 121 … FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
H A D | DormandPrince853FieldStepInterpolator.java | 194 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
H A D | LutherFieldStepInterpolator.java | 124 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
H A D | DormandPrince54FieldStepInterpolator.java | 113 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/sampling/ |
H A D | AbstractFieldStepInterpolator.java | 109 … FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|