Home
last modified time | relevance | path

Searched defs:yDotK (Results 1 – 25 of 37) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
DRungeKuttaFieldIntegrator.java108 …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
DRungeKuttaFieldStepInterpolator.java44 private final T[][] yDotK; field in RungeKuttaFieldStepInterpolator
57 final T[][] yDotK, in RungeKuttaFieldStepInterpolator()
DHighamHall54FieldIntegrator.java165 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()
DEmbeddedRungeKuttaFieldIntegrator.java192 …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()
DRungeKuttaIntegrator.java107 final double[][] yDotK = new double[stages][]; in integrate() local
231 final double[][] yDotK = new double[stages][]; in singleStep() local
DDormandPrince54FieldIntegrator.java190 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()
DDormandPrince853FieldIntegrator.java396 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()
DEulerFieldIntegrator.java86 createInterpolator(final boolean forward, T[][] yDotK, in createInterpolator()
DMidpointFieldIntegrator.java86 createInterpolator(final boolean forward, T[][] yDotK, in createInterpolator()
DThreeEighthesFieldIntegrator.java100 createInterpolator(final boolean forward, T[][] yDotK, in createInterpolator()
DClassicalRungeKuttaFieldIntegrator.java101 createInterpolator(final boolean forward, T[][] yDotK, in createInterpolator()
DEmbeddedRungeKuttaIntegrator.java204 final double[][] yDotK = new double[stages][y.length]; in integrate() local
376 protected abstract double estimateError(double[][] yDotK, in estimateError()
DLutherFieldIntegrator.java136 createInterpolator(final boolean forward, T[][] yDotK, in createInterpolator()
DGillFieldIntegrator.java111 createInterpolator(final boolean forward, T[][] yDotK, in createInterpolator()
DRungeKuttaStepInterpolator.java44 protected double[][] yDotK; field in RungeKuttaStepInterpolator
DHighamHall54Integrator.java110 protected double estimateError(final double[][] yDotK, in estimateError()
DEulerFieldStepInterpolator.java63 final T[][] yDotK, in EulerFieldStepInterpolator()
DDormandPrince54Integrator.java137 protected double estimateError(final double[][] yDotK, in estimateError()
DMidpointFieldStepInterpolator.java65 final T[][] yDotK, in MidpointFieldStepInterpolator()
DClassicalRungeKuttaFieldStepInterpolator.java73 final T[][] yDotK, in ClassicalRungeKuttaFieldStepInterpolator()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DEmbeddedRungeKuttaIntegrator.java207 final double[][] yDotK = new double[stages][y0.length]; in integrate() local
375 protected abstract double estimateError(double[][] yDotK, in estimateError()
DRungeKuttaStepInterpolator.java41 protected double[][] yDotK; field in RungeKuttaStepInterpolator
DHighamHall54Integrator.java107 protected double estimateError(final double[][] yDotK, in estimateError()
DRungeKuttaIntegrator.java110 final double[][] yDotK = new double[stages][]; in integrate() local
DDormandPrince54Integrator.java134 protected double estimateError(final double[][] yDotK, in estimateError()

12