Home
last modified time | relevance | path

Searched refs:newGlobalCurrentState (Results 1 – 13 of 13) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DRungeKuttaFieldStepInterpolator.java75 … FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() argument
80 newGlobalPreviousState, newGlobalCurrentState, in create()
98 … FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() argument
H A DEulerFieldStepInterpolator.java78 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() argument
83 newGlobalPreviousState, newGlobalCurrentState, in create()
H A DMidpointFieldStepInterpolator.java80 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() argument
85 newGlobalPreviousState, newGlobalCurrentState, in create()
H A DClassicalRungeKuttaFieldStepInterpolator.java88 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() argument
93 … newGlobalPreviousState, newGlobalCurrentState, in create()
H A DThreeEighthesFieldStepInterpolator.java90 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() argument
95 … newGlobalPreviousState, newGlobalCurrentState, in create()
H A DGillFieldStepInterpolator.java96 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() argument
101 newGlobalPreviousState, newGlobalCurrentState, in create()
H A DAdamsFieldStepInterpolator.java121 … FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() argument
127 newGlobalPreviousState, newGlobalCurrentState, in create()
H A DHighamHall54FieldStepInterpolator.java64 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() argument
69 … newGlobalPreviousState, newGlobalCurrentState, in create()
H A DLutherFieldStepInterpolator.java124 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() argument
129 newGlobalPreviousState, newGlobalCurrentState, in create()
H A DDormandPrince54FieldStepInterpolator.java113 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() argument
118 … newGlobalPreviousState, newGlobalCurrentState, in create()
H A DDormandPrince853FieldStepInterpolator.java194 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() argument
199 … newGlobalPreviousState, newGlobalCurrentState, in create()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/ode/sampling/
H A DDummyFieldStepInterpolator.java39 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() argument
44 newGlobalPreviousState, newGlobalCurrentState, in create()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/ode/sampling/
H A DAbstractFieldStepInterpolator.java109 … FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() argument