D | DormandPrince54StepInterpolator.java | 38 private static final double A70 = 35.0 / 384.0; field in DormandPrince54StepInterpolator 190 v1[i] = A70 * yDot0 + A72 * yDot2 + A73 * yDot3 + A74 * yDot4 + A75 * yDot5; in computeInterpolatedStateAndDerivatives()
|