OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:estimateerror
(Results
1 - 6
of
6
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince54Integrator.java
134
protected double
estimateError
(final double[][] yDotK,
HighamHall54Integrator.java
107
protected double
estimateError
(final double[][] yDotK,
EmbeddedRungeKuttaIntegrator.java
289
error =
estimateError
(yDotK, y, yTmp, stepSize);
375
protected abstract double
estimateError
(double[][] yDotK,
DormandPrince853Integrator.java
248
protected double
estimateError
(final double[][] yDotK,
GraggBulirschStoerStepInterpolator.java
297
public double
estimateError
(final double[] scale) {
GraggBulirschStoerIntegrator.java
864
final double interpError = gbsInterpolator.
estimateError
(scale);
[
all
...]
Completed in 412 milliseconds