Home
last modified time | relevance | path

Searched defs:yDot3 (Results 1 – 5 of 5) 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 DThreeEighthesStepInterpolator.java116 final double yDot3 = yDotK[2][i]; in computeInterpolatedStateAndDerivatives() local
134 final double yDot3 = yDotK[2][i]; in computeInterpolatedStateAndDerivatives() local
H A DHighamHall54StepInterpolator.java92 final double yDot3 = yDotK[3][i]; in computeInterpolatedStateAndDerivatives() local
110 final double yDot3 = yDotK[3][i]; in computeInterpolatedStateAndDerivatives() local
H A DGillStepInterpolator.java123 final double yDot3 = yDotK[2][i]; in computeInterpolatedStateAndDerivatives() local
140 final double yDot3 = yDotK[2][i]; in computeInterpolatedStateAndDerivatives() local
H A DLutherStepInterpolator.java144 final double yDot3 = yDotK[2][i]; in computeInterpolatedStateAndDerivatives() local
167 final double yDot3 = yDotK[2][i]; in computeInterpolatedStateAndDerivatives() local
H A DDormandPrince54StepInterpolator.java189 final double yDot3 = yDotK[3][i]; in computeInterpolatedStateAndDerivatives() local