Searched defs:newGlobalCurrentState (Results 1 – 12 of 12) sorted by relevance
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/ |
| D | RungeKuttaFieldStepInterpolator.java | 75 … FieldODEStateAndDerivative<T> newGlobalCurrentState, in create() 98 … FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
| D | EulerFieldStepInterpolator.java | 78 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
| D | MidpointFieldStepInterpolator.java | 80 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
| D | ClassicalRungeKuttaFieldStepInterpolator.java | 88 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
| D | ThreeEighthesFieldStepInterpolator.java | 90 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
| D | HighamHall54FieldStepInterpolator.java | 64 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
| D | GillFieldStepInterpolator.java | 96 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
| D | AdamsFieldStepInterpolator.java | 121 … FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
| D | DormandPrince853FieldStepInterpolator.java | 194 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
| D | LutherFieldStepInterpolator.java | 124 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
| D | DormandPrince54FieldStepInterpolator.java | 113 … final FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/sampling/ |
| D | AbstractFieldStepInterpolator.java | 109 … FieldODEStateAndDerivative<T> newGlobalCurrentState, in create()
|