HomeSort by relevance Sort by last modified time
    Searched full:aspl (Results 1 - 1 of 1) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
GraggBulirschStoerStepInterpolator.java 251 final double aspl = ydiff - yp1; local
256 polynoms[2][i] = aspl;
264 final double ph0 = 0.5 * (currentState[i] + y1[i]) + 0.125 * (aspl + bspl);
268 final double ph1 = ydiff + 0.25 * (aspl - bspl);
276 final double ph3 = 6 * (bspl - aspl);

Completed in 103 milliseconds