Home
last modified time | relevance | path

Searched refs:coeffDot7 (Results 1 – 2 of 2) 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.java130 …final double coeffDot7 = theta * ( 3 / 5.0 + theta * ( -3 … 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 DLutherFieldStepInterpolator.java190 …final T coeffDot7 = theta.multiply(theta.multiply(theta.multiply( … in computeInterpolatedStateAndDerivatives() local
205 …tiveLinearCombination(coeffDot1, coeffDot2, coeffDot3, coeffDot4, coeffDot5, coeffDot6, coeffDot7); in computeInterpolatedStateAndDerivatives()
217 …tiveLinearCombination(coeffDot1, coeffDot2, coeffDot3, coeffDot4, coeffDot5, coeffDot6, coeffDot7); in computeInterpolatedStateAndDerivatives()