Home
last modified time | relevance | path

Searched defs:yDot5 (Results 1 – 3 of 3) 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 DHighamHall54StepInterpolator.java94 final double yDot5 = yDotK[5][i]; in computeInterpolatedStateAndDerivatives() local
112 final double yDot5 = yDotK[5][i]; in computeInterpolatedStateAndDerivatives() local
H A DLutherStepInterpolator.java146 final double yDot5 = yDotK[4][i]; in computeInterpolatedStateAndDerivatives() local
169 final double yDot5 = yDotK[4][i]; in computeInterpolatedStateAndDerivatives() local
H A DDormandPrince54StepInterpolator.java191 final double yDot5 = yDotK[5][i]; in computeInterpolatedStateAndDerivatives() local