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

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DDormandPrince54Integrator.java134 protected double estimateError(final double[][] yDotK, method in class:DormandPrince54Integrator
H A DHighamHall54Integrator.java107 protected double estimateError(final double[][] yDotK, method in class:HighamHall54Integrator
H A DDormandPrince853Integrator.java248 protected double estimateError(final double[][] yDotK, method in class:DormandPrince853Integrator
H A DEmbeddedRungeKuttaIntegrator.java289 error = estimateError(yDotK, y, yTmp, stepSize);
375 protected abstract double estimateError(double[][] yDotK, method in class:EmbeddedRungeKuttaIntegrator
H A DGraggBulirschStoerStepInterpolator.java297 public double estimateError(final double[] scale) { method in class:GraggBulirschStoerStepInterpolator
H A DGraggBulirschStoerIntegrator.java864 final double interpError = gbsInterpolator.estimateError(scale);

Completed in 197 milliseconds