Searched defs:yMidDots (Results 1 - 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DGraggBulirschStoerStepInterpolator.java95 private double[][] yMidDots; field in class:GraggBulirschStoerStepInterpolator
114 yMidDots = null;
126 * @param yMidDots reference to the integrator array holding the
132 final double[][] yMidDots,
139 this.yMidDots = yMidDots;
141 resetTables(yMidDots.length + 4);
162 yMidDots = null;
265 polynoms[4][i] = 16 * (yMidDots[0][i] - ph0);
269 polynoms[5][i] = 16 * (yMidDots[
130 GraggBulirschStoerStepInterpolator(final double[] y, final double[] y0Dot, final double[] y1, final double[] y1Dot, final double[][] yMidDots, final boolean forward) argument
[all...]

Completed in 49 milliseconds