| /external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/ |
| D | RungeKuttaFieldIntegrator.java | 108 …tected abstract RungeKuttaFieldStepInterpolator<T> createInterpolator(boolean forward, T[][] yDotK, in createInterpolator() 128 final T[][] yDotK = MathArrays.buildArray(getField(), stages, -1); in integrate() local 238 final T[][] yDotK = MathArrays.buildArray(getField(), stages, -1); in singleStep() local
|
| D | RungeKuttaFieldStepInterpolator.java | 44 private final T[][] yDotK; field in RungeKuttaFieldStepInterpolator 57 final T[][] yDotK, in RungeKuttaFieldStepInterpolator()
|
| D | HighamHall54FieldIntegrator.java | 165 createInterpolator(final boolean forward, T[][] yDotK, in createInterpolator() 182 protected T estimateError(final T[][] yDotK, final T[] y0, final T[] y1, final T h) { in estimateError()
|
| D | EmbeddedRungeKuttaFieldIntegrator.java | 192 …tected abstract RungeKuttaFieldStepInterpolator<T> createInterpolator(boolean forward, T[][] yDotK, in createInterpolator() 230 final T[][] yDotK = MathArrays.buildArray(getField(), stages, -1); in integrate() local 383 protected abstract T estimateError(T[][] yDotK, T[] y0, T[] y1, T h); in estimateError()
|
| D | RungeKuttaIntegrator.java | 107 final double[][] yDotK = new double[stages][]; in integrate() local 231 final double[][] yDotK = new double[stages][]; in singleStep() local
|
| D | DormandPrince54FieldIntegrator.java | 190 createInterpolator(final boolean forward, T[][] yDotK, in createInterpolator() 207 protected T estimateError(final T[][] yDotK, final T[] y0, final T[] y1, final T h) { in estimateError()
|
| D | DormandPrince853FieldIntegrator.java | 396 createInterpolator(final boolean forward, T[][] yDotK, in createInterpolator() 413 protected T estimateError(final T[][] yDotK, final T[] y0, final T[] y1, final T h) { in estimateError()
|
| D | EulerFieldIntegrator.java | 86 createInterpolator(final boolean forward, T[][] yDotK, in createInterpolator()
|
| D | MidpointFieldIntegrator.java | 86 createInterpolator(final boolean forward, T[][] yDotK, in createInterpolator()
|
| D | ThreeEighthesFieldIntegrator.java | 100 createInterpolator(final boolean forward, T[][] yDotK, in createInterpolator()
|
| D | ClassicalRungeKuttaFieldIntegrator.java | 101 createInterpolator(final boolean forward, T[][] yDotK, in createInterpolator()
|
| D | EmbeddedRungeKuttaIntegrator.java | 204 final double[][] yDotK = new double[stages][y.length]; in integrate() local 376 protected abstract double estimateError(double[][] yDotK, in estimateError()
|
| D | LutherFieldIntegrator.java | 136 createInterpolator(final boolean forward, T[][] yDotK, in createInterpolator()
|
| D | GillFieldIntegrator.java | 111 createInterpolator(final boolean forward, T[][] yDotK, in createInterpolator()
|
| D | RungeKuttaStepInterpolator.java | 44 protected double[][] yDotK; field in RungeKuttaStepInterpolator
|
| D | HighamHall54Integrator.java | 110 protected double estimateError(final double[][] yDotK, in estimateError()
|
| D | EulerFieldStepInterpolator.java | 63 final T[][] yDotK, in EulerFieldStepInterpolator()
|
| D | DormandPrince54Integrator.java | 137 protected double estimateError(final double[][] yDotK, in estimateError()
|
| D | MidpointFieldStepInterpolator.java | 65 final T[][] yDotK, in MidpointFieldStepInterpolator()
|
| D | ClassicalRungeKuttaFieldStepInterpolator.java | 73 final T[][] yDotK, in ClassicalRungeKuttaFieldStepInterpolator()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
| D | EmbeddedRungeKuttaIntegrator.java | 207 final double[][] yDotK = new double[stages][y0.length]; in integrate() local 375 protected abstract double estimateError(double[][] yDotK, in estimateError()
|
| D | RungeKuttaStepInterpolator.java | 41 protected double[][] yDotK; field in RungeKuttaStepInterpolator
|
| D | HighamHall54Integrator.java | 107 protected double estimateError(final double[][] yDotK, in estimateError()
|
| D | RungeKuttaIntegrator.java | 110 final double[][] yDotK = new double[stages][]; in integrate() local
|
| D | DormandPrince54Integrator.java | 134 protected double estimateError(final double[][] yDotK, in estimateError()
|