Home
last modified time | relevance | path

Searched refs:yDot6 (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DDormandPrince54StepInterpolator.java189 final double yDot6 = yDotK[6][i]; in computeInterpolatedStateAndDerivatives() local
192 v3[i] = v1[i] - v2[i] - yDot6; in computeInterpolatedStateAndDerivatives()
193 v4[i] = D0 * yDot0 + D2 * yDot2 + D3 * yDot3 + D4 * yDot4 + D5 * yDot5 + D6 * yDot6; in computeInterpolatedStateAndDerivatives()
DDormandPrince853StepInterpolator.java332 final double yDot6 = yDotK[5][i]; in computeInterpolatedStateAndDerivatives() local
343 v[0][i] = B_01 * yDot1 + B_06 * yDot6 + B_07 * yDot7 + in computeInterpolatedStateAndDerivatives()
349 v[k+3][i] = D[k][0] * yDot1 + D[k][1] * yDot6 + D[k][2] * yDot7 + in computeInterpolatedStateAndDerivatives()