Home
last modified time | relevance | path

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

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/sampling/
H A DAbstractFieldStepInterpolator.java47 private final FieldODEStateAndDerivative<T> globalCurrentState; field in AbstractFieldStepInterpolator
71 final FieldODEStateAndDerivative<T> globalCurrentState, in AbstractFieldStepInterpolator()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DAdamsFieldStepInterpolator.java74 final FieldODEStateAndDerivative<T> globalCurrentState, in AdamsFieldStepInterpolator()
97 final FieldODEStateAndDerivative<T> globalCurrentState, in AdamsFieldStepInterpolator()
H A DEulerFieldIntegrator.java88 final FieldODEStateAndDerivative<T> globalCurrentState, in createInterpolator()
H A DMidpointFieldIntegrator.java88 final FieldODEStateAndDerivative<T> globalCurrentState, in createInterpolator()
H A DThreeEighthesFieldIntegrator.java102 final FieldODEStateAndDerivative<T> globalCurrentState, in createInterpolator()
H A DClassicalRungeKuttaFieldIntegrator.java103 final FieldODEStateAndDerivative<T> globalCurrentState, in createInterpolator()
H A DLutherFieldIntegrator.java138 final FieldODEStateAndDerivative<T> globalCurrentState, in createInterpolator()
H A DGillFieldIntegrator.java113 final FieldODEStateAndDerivative<T> globalCurrentState, in createInterpolator()
H A DEulerFieldStepInterpolator.java65 final FieldODEStateAndDerivative<T> globalCurrentState, in EulerFieldStepInterpolator()
H A DMidpointFieldStepInterpolator.java67 final FieldODEStateAndDerivative<T> globalCurrentState, in MidpointFieldStepInterpolator()
H A DRungeKuttaFieldStepInterpolator.java59final FieldODEStateAndDerivative<T> globalCurrentState, in RungeKuttaFieldStepInterpolator()
H A DHighamHall54FieldIntegrator.java167final FieldODEStateAndDerivative<T> globalCurrentState, final FieldEquationsMapper<T> mapper) { in createInterpolator()
H A DThreeEighthesFieldStepInterpolator.java77 final FieldODEStateAndDerivative<T> globalCurrentState, in ThreeEighthesFieldStepInterpolator()
H A DClassicalRungeKuttaFieldStepInterpolator.java75 final FieldODEStateAndDerivative<T> globalCurrentState, in ClassicalRungeKuttaFieldStepInterpolator()
H A DDormandPrince54FieldIntegrator.java192final FieldODEStateAndDerivative<T> globalCurrentState, final FieldEquationsMapper<T> mapper) { in createInterpolator()
H A DRungeKuttaFieldIntegrator.java110final FieldODEStateAndDerivative<T> globalCurrentState, in createInterpolator()
H A DHighamHall54FieldStepInterpolator.java51 final FieldODEStateAndDerivative<T> globalCurrentState, in HighamHall54FieldStepInterpolator()
H A DGillFieldStepInterpolator.java80 final FieldODEStateAndDerivative<T> globalCurrentState, in GillFieldStepInterpolator()
H A DDormandPrince853FieldIntegrator.java398final FieldODEStateAndDerivative<T> globalCurrentState, final FieldEquationsMapper<T> mapper) { in createInterpolator()
H A DDormandPrince853FieldStepInterpolator.java58 final FieldODEStateAndDerivative<T> globalCurrentState, in DormandPrince853FieldStepInterpolator()
H A DLutherFieldStepInterpolator.java96 final FieldODEStateAndDerivative<T> globalCurrentState, in LutherFieldStepInterpolator()
H A DEmbeddedRungeKuttaFieldIntegrator.java194final FieldODEStateAndDerivative<T> globalCurrentState, in createInterpolator()
H A DDormandPrince54FieldStepInterpolator.java88 final FieldODEStateAndDerivative<T> globalCurrentState, in DormandPrince54FieldStepInterpolator()