Home
last modified time | relevance | path

Searched defs:yDot4 (Results 1 – 6 of 6) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DClassicalRungeKuttaStepInterpolator.java111 final double yDot4 = yDotK[3][i]; in computeInterpolatedStateAndDerivatives() local
126 final double yDot4 = yDotK[3][i]; in computeInterpolatedStateAndDerivatives() local
H A DThreeEighthesStepInterpolator.java117 final double yDot4 = yDotK[3][i]; in computeInterpolatedStateAndDerivatives() local
135 final double yDot4 = yDotK[3][i]; in computeInterpolatedStateAndDerivatives() local
H A DHighamHall54StepInterpolator.java93 final double yDot4 = yDotK[4][i]; in computeInterpolatedStateAndDerivatives() local
111 final double yDot4 = yDotK[4][i]; in computeInterpolatedStateAndDerivatives() local
H A DGillStepInterpolator.java124 final double yDot4 = yDotK[3][i]; in computeInterpolatedStateAndDerivatives() local
141 final double yDot4 = yDotK[3][i]; in computeInterpolatedStateAndDerivatives() local
H A DLutherStepInterpolator.java145 final double yDot4 = yDotK[3][i]; in computeInterpolatedStateAndDerivatives() local
168 final double yDot4 = yDotK[3][i]; in computeInterpolatedStateAndDerivatives() local
H A DDormandPrince54StepInterpolator.java190 final double yDot4 = yDotK[4][i]; in computeInterpolatedStateAndDerivatives() local