Home
last modified time | relevance | path

Searched defs:estimateError (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DHighamHall54Integrator.java107 protected double estimateError(final double[][] yDotK, in estimateError() method in HighamHall54Integrator
DDormandPrince54Integrator.java134 protected double estimateError(final double[][] yDotK, in estimateError() method in DormandPrince54Integrator
DDormandPrince853Integrator.java248 protected double estimateError(final double[][] yDotK, in estimateError() method in DormandPrince853Integrator
DEmbeddedRungeKuttaIntegrator.java375 protected abstract double estimateError(double[][] yDotK, in estimateError() method in EmbeddedRungeKuttaIntegrator
DGraggBulirschStoerStepInterpolator.java297 public double estimateError(final double[] scale) { in estimateError() method in GraggBulirschStoerStepInterpolator