Searched defs:newSoftCurrentState (Results  1 – 12 of 12) sorted by relevance
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/ | 
| D | RungeKuttaFieldStepInterpolator.java | 77 …                                                 FieldODEStateAndDerivative<T> newSoftCurrentState,  in create()100 …                                                 FieldODEStateAndDerivative<T> newSoftCurrentState,  in create()
 
 | 
| D | EulerFieldStepInterpolator.java | 80 …                                           final FieldODEStateAndDerivative<T> newSoftCurrentState,  in create()
 | 
| D | MidpointFieldStepInterpolator.java | 82 …                                           final FieldODEStateAndDerivative<T> newSoftCurrentState,  in create()
 | 
| D | ClassicalRungeKuttaFieldStepInterpolator.java | 90 …                                           final FieldODEStateAndDerivative<T> newSoftCurrentState,  in create()
 | 
| D | ThreeEighthesFieldStepInterpolator.java | 92 …                                           final FieldODEStateAndDerivative<T> newSoftCurrentState,  in create()
 | 
| D | HighamHall54FieldStepInterpolator.java | 66 …                                           final FieldODEStateAndDerivative<T> newSoftCurrentState,  in create()
 | 
| D | GillFieldStepInterpolator.java | 98 …                                           final FieldODEStateAndDerivative<T> newSoftCurrentState,  in create()
 | 
| D | AdamsFieldStepInterpolator.java | 123 …                                                 FieldODEStateAndDerivative<T> newSoftCurrentState,  in create()
 | 
| D | DormandPrince853FieldStepInterpolator.java | 196 …                                           final FieldODEStateAndDerivative<T> newSoftCurrentState,  in create()
 | 
| D | LutherFieldStepInterpolator.java | 126 …                                           final FieldODEStateAndDerivative<T> newSoftCurrentState,  in create()
 | 
| D | DormandPrince54FieldStepInterpolator.java | 115 …                                           final FieldODEStateAndDerivative<T> newSoftCurrentState,  in create()
 | 
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/sampling/ | 
| D | AbstractFieldStepInterpolator.java | 111 …                                                 FieldODEStateAndDerivative<T> newSoftCurrentState,  in create()
 |