Home
last modified time | relevance | path

Searched refs:coeffDot5 (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 DLutherStepInterpolator.java128 …final double coeffDot5 = theta * ((833 + 343 * Q) / 150.0 + theta * ((-637 - 357 * Q) / 30.0 … in computeInterpolatedStateAndDerivatives() local
153 … coeffDot4 * yDot4 + coeffDot5 * yDot5 + coeffDot6 * yDot6 + coeffDot7 * yDot7; in computeInterpolatedStateAndDerivatives()
176 … coeffDot4 * yDot4 + coeffDot5 * yDot5 + coeffDot6 * yDot6 + coeffDot7 * yDot7; in computeInterpolatedStateAndDerivatives()
H A DDormandPrince54FieldStepInterpolator.java182 final T coeffDot5 = a75. in computeInterpolatedStateAndDerivatives() local
190 coeffDot4, coeffDot5, coeffDot6); in computeInterpolatedStateAndDerivatives()
235 final T coeffDot5 = a75. in computeInterpolatedStateAndDerivatives() local
243 coeffDot4, coeffDot5, coeffDot6); in computeInterpolatedStateAndDerivatives()
H A DLutherFieldStepInterpolator.java188 …final T coeffDot5 = theta.multiply(theta.multiply(theta.multiply(theta.multiply(c5a.divide(5)).ad… in computeInterpolatedStateAndDerivatives() local
205 …derivativeLinearCombination(coeffDot1, coeffDot2, coeffDot3, coeffDot4, coeffDot5, coeffDot6, coef… in computeInterpolatedStateAndDerivatives()
217 …derivativeLinearCombination(coeffDot1, coeffDot2, coeffDot3, coeffDot4, coeffDot5, coeffDot6, coef… in computeInterpolatedStateAndDerivatives()