Home
last modified time | relevance | path

Searched defs:coeff6 (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
DLutherStepInterpolator.java139 …final double coeff6 = theta * ((833 - 343 * Q) / 300.0 + theta * ((-637 + 357 * Q) / 90.0 … in computeInterpolatedStateAndDerivatives() local
162 …final double coeff6 = -49 / 180.0 + theta * ( -49 / 180.0 + theta * ((2254 - 1029 * … in computeInterpolatedStateAndDerivatives() local
DLutherFieldStepInterpolator.java202 …final T coeff6 = s.multiply(theta.multiply(theta.multiply(theta.multiply(theta.multiply(c6a.div… in computeInterpolatedStateAndDerivatives() local
214 …final T coeff6 = s.multiply(theta.multiply(theta.multiply(theta.multiply(theta.multiply(d6a.div… in computeInterpolatedStateAndDerivatives() local
DDormandPrince54FieldStepInterpolator.java164 final T coeff6 = f4.multiply(d6).subtract(f3); in computeInterpolatedStateAndDerivatives() local
217 final T coeff6 = f4.multiply(d6).subtract(f3); in computeInterpolatedStateAndDerivatives() local