Searched refs:y0Dot (Results 1 - 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DGraggBulirschStoerStepInterpolator.java84 private double[] y0Dot; field in class:GraggBulirschStoerStepInterpolator
111 y0Dot = null;
120 * @param y0Dot reference to the integrator array holding the slope
130 public GraggBulirschStoerStepInterpolator(final double[] y, final double[] y0Dot, argument
136 this.y0Dot = y0Dot;
159 y0Dot = null;
248 final double yp0 = h * y0Dot[i];

Completed in 77 milliseconds