Searched defs:newSoftCurrentState (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 | 77 … FieldODEStateAndDerivative<T> newSoftCurrentState, in create() 100 … FieldODEStateAndDerivative<T> newSoftCurrentState, in create()
|
H A D | EulerFieldStepInterpolator.java | 80 … final FieldODEStateAndDerivative<T> newSoftCurrentState, in create()
|
H A D | MidpointFieldStepInterpolator.java | 82 … final FieldODEStateAndDerivative<T> newSoftCurrentState, in create()
|
H A D | ThreeEighthesFieldStepInterpolator.java | 92 … final FieldODEStateAndDerivative<T> newSoftCurrentState, in create()
|
H A D | ClassicalRungeKuttaFieldStepInterpolator.java | 90 … final FieldODEStateAndDerivative<T> newSoftCurrentState, in create()
|
H A D | HighamHall54FieldStepInterpolator.java | 66 … final FieldODEStateAndDerivative<T> newSoftCurrentState, in create()
|
H A D | GillFieldStepInterpolator.java | 98 … final FieldODEStateAndDerivative<T> newSoftCurrentState, in create()
|
H A D | AdamsFieldStepInterpolator.java | 123 … FieldODEStateAndDerivative<T> newSoftCurrentState, in create()
|
H A D | DormandPrince853FieldStepInterpolator.java | 196 … final FieldODEStateAndDerivative<T> newSoftCurrentState, in create()
|
H A D | LutherFieldStepInterpolator.java | 126 … final FieldODEStateAndDerivative<T> newSoftCurrentState, in create()
|
H A D | DormandPrince54FieldStepInterpolator.java | 115 … final FieldODEStateAndDerivative<T> newSoftCurrentState, in create()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/sampling/ |
H A D | AbstractFieldStepInterpolator.java | 111 … FieldODEStateAndDerivative<T> newSoftCurrentState, in create()
|