/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/sampling/ |
H A D | AbstractFieldStepInterpolator.java | 44 private final FieldODEStateAndDerivative<T> globalPreviousState; field in AbstractFieldStepInterpolator 70 final FieldODEStateAndDerivative<T> globalPreviousState, in AbstractFieldStepInterpolator()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/ |
H A D | AdamsFieldStepInterpolator.java | 73 final FieldODEStateAndDerivative<T> globalPreviousState, in AdamsFieldStepInterpolator() 96 final FieldODEStateAndDerivative<T> globalPreviousState, in AdamsFieldStepInterpolator()
|
H A D | EulerFieldIntegrator.java | 87 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
|
H A D | MidpointFieldIntegrator.java | 87 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
|
H A D | ThreeEighthesFieldIntegrator.java | 101 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
|
H A D | ClassicalRungeKuttaFieldIntegrator.java | 102 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
|
H A D | LutherFieldIntegrator.java | 137 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
|
H A D | GillFieldIntegrator.java | 112 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
|
H A D | EulerFieldStepInterpolator.java | 64 … final FieldODEStateAndDerivative<T> globalPreviousState, in EulerFieldStepInterpolator()
|
H A D | MidpointFieldStepInterpolator.java | 66 … final FieldODEStateAndDerivative<T> globalPreviousState, in MidpointFieldStepInterpolator()
|
H A D | RungeKuttaFieldStepInterpolator.java | 58 … final FieldODEStateAndDerivative<T> globalPreviousState, in RungeKuttaFieldStepInterpolator()
|
H A D | HighamHall54FieldIntegrator.java | 166 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
|
H A D | ThreeEighthesFieldStepInterpolator.java | 76 final FieldODEStateAndDerivative<T> globalPreviousState, in ThreeEighthesFieldStepInterpolator()
|
H A D | ClassicalRungeKuttaFieldStepInterpolator.java | 74 … final FieldODEStateAndDerivative<T> globalPreviousState, in ClassicalRungeKuttaFieldStepInterpolator()
|
H A D | DormandPrince54FieldIntegrator.java | 191 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
|
H A D | RungeKuttaFieldIntegrator.java | 109 … final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
|
H A D | HighamHall54FieldStepInterpolator.java | 50 final FieldODEStateAndDerivative<T> globalPreviousState, in HighamHall54FieldStepInterpolator()
|
H A D | GillFieldStepInterpolator.java | 79 final FieldODEStateAndDerivative<T> globalPreviousState, in GillFieldStepInterpolator()
|
H A D | DormandPrince853FieldIntegrator.java | 397 final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
|
H A D | DormandPrince853FieldStepInterpolator.java | 57 final FieldODEStateAndDerivative<T> globalPreviousState, in DormandPrince853FieldStepInterpolator()
|
H A D | LutherFieldStepInterpolator.java | 95 final FieldODEStateAndDerivative<T> globalPreviousState, in LutherFieldStepInterpolator()
|
H A D | EmbeddedRungeKuttaFieldIntegrator.java | 193 … final FieldODEStateAndDerivative<T> globalPreviousState, in createInterpolator()
|
H A D | DormandPrince54FieldStepInterpolator.java | 87 final FieldODEStateAndDerivative<T> globalPreviousState, in DormandPrince54FieldStepInterpolator()
|