Home
last modified time | relevance | path

Searched defs:oneMinusThetaH (Results 1 – 25 of 35) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DAbstractStepInterpolator.java335 double oneMinusThetaH) in computeInterpolatedStateAndDerivatives()
343 final double oneMinusThetaH = globalCurrentTime - interpolatedTime; in getInterpolatedState() local
358 final double oneMinusThetaH = globalCurrentTime - interpolatedTime; in getInterpolatedDerivatives() local
DDummyStepInterpolator.java101 …cted void computeInterpolatedStateAndDerivatives(final double theta, final double oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()
DNordsieckStepInterpolator.java187 …cted void computeInterpolatedStateAndDerivatives(final double theta, final double oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/sampling/
DAbstractFieldStepInterpolator.java143 final T oneMinusThetaH = globalCurrentState.getTime().subtract(time); in getInterpolatedState() local
168 … T thetaH, T oneMinusThetaH) in computeInterpolatedStateAndDerivatives()
DAbstractStepInterpolator.java397 double oneMinusThetaH) in computeInterpolatedStateAndDerivatives()
407 final double oneMinusThetaH = globalCurrentTime - interpolatedTime; in evaluateCompleteInterpolatedState() local
DNordsieckStepInterpolator.java189 …cted void computeInterpolatedStateAndDerivatives(final double theta, final double oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DEulerStepInterpolator.java81 final double oneMinusThetaH) in computeInterpolatedStateAndDerivatives()
DMidpointStepInterpolator.java83 final double oneMinusThetaH) in computeInterpolatedStateAndDerivatives()
DClassicalRungeKuttaStepInterpolator.java85 final double oneMinusThetaH) in computeInterpolatedStateAndDerivatives()
DThreeEighthesStepInterpolator.java88 final double oneMinusThetaH) in computeInterpolatedStateAndDerivatives()
DHighamHall54StepInterpolator.java73 final double oneMinusThetaH) in computeInterpolatedStateAndDerivatives()
DGillStepInterpolator.java93 final double oneMinusThetaH) in computeInterpolatedStateAndDerivatives()
DDormandPrince54StepInterpolator.java168 final double oneMinusThetaH) in computeInterpolatedStateAndDerivatives()
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
DEulerStepInterpolator.java87 final double oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()
DMidpointStepInterpolator.java89 final double oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()
DEulerFieldStepInterpolator.java93 … final T thetaH, final T oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()
DClassicalRungeKuttaStepInterpolator.java95 final double oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()
DThreeEighthesStepInterpolator.java99 final double oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()
DMidpointFieldStepInterpolator.java95 … final T thetaH, final T oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()
DHighamHall54StepInterpolator.java74 final double oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()
DGillStepInterpolator.java103 final double oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()
DClassicalRungeKuttaFieldStepInterpolator.java103 … final T thetaH, final T oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()
DThreeEighthesFieldStepInterpolator.java105 … final T thetaH, final T oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()
DDormandPrince54StepInterpolator.java172 final double oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()
DLutherStepInterpolator.java79 final double oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()

12