Home
last modified time | relevance | path

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

12

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

12