Searched defs:estimateError (Results 1 – 5 of 5) sorted by relevance
| /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ | ||
| D | HighamHall54Integrator.java | 107 protected double estimateError(final double[][] yDotK, in estimateError() method in HighamHall54Integrator |
| D | DormandPrince54Integrator.java | 134 protected double estimateError(final double[][] yDotK, in estimateError() method in DormandPrince54Integrator |
| D | DormandPrince853Integrator.java | 248 protected double estimateError(final double[][] yDotK, in estimateError() method in DormandPrince853Integrator |
| D | EmbeddedRungeKuttaIntegrator.java | 375 protected abstract double estimateError(double[][] yDotK, in estimateError() method in EmbeddedRungeKuttaIntegrator |
| D | GraggBulirschStoerStepInterpolator.java | 297 public double estimateError(final double[] scale) { in estimateError() method in GraggBulirschStoerStepInterpolator |