Home
last modified time | relevance | path

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

/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/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()
DGraggBulirschStoerStepInterpolator.java312 final double oneMinusThetaH) { in computeInterpolatedStateAndDerivatives()
DDormandPrince853StepInterpolator.java314 final double oneMinusThetaH) in computeInterpolatedStateAndDerivatives()