Searched refs:yDot5 (Results 1 – 2 of 2) sorted by relevance
94 final double yDot5 = yDotK[5][i]; in computeInterpolatedStateAndDerivatives() local96 currentState[i] + b0 * yDot0 + b2 * yDot2 + b3 * yDot3 + b4 * yDot4 + b5 * yDot5; in computeInterpolatedStateAndDerivatives()98 bDot0 * yDot0 + bDot2 * yDot2 + bDot3 * yDot3 + bDot4 * yDot4 + bDot5 * yDot5; in computeInterpolatedStateAndDerivatives()
188 final double yDot5 = yDotK[5][i]; in computeInterpolatedStateAndDerivatives() local190 v1[i] = A70 * yDot0 + A72 * yDot2 + A73 * yDot3 + A74 * yDot4 + A75 * yDot5; in computeInterpolatedStateAndDerivatives()193 v4[i] = D0 * yDot0 + D2 * yDot2 + D3 * yDot3 + D4 * yDot4 + D5 * yDot5 + D6 * yDot6; in computeInterpolatedStateAndDerivatives()