Home
last modified time | relevance | path

Searched refs:previousStateLinearCombination (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DEulerFieldStepInterpolator.java97 interpolatedState = previousStateLinearCombination(thetaH); in computeInterpolatedStateAndDerivatives()
H A DMidpointFieldStepInterpolator.java105 interpolatedState = previousStateLinearCombination(coeff1, coeff2); in computeInterpolatedStateAndDerivatives()
H A DRungeKuttaFieldStepInterpolator.java107 protected final T[] previousStateLinearCombination(final T ... coefficients) { in previousStateLinearCombination() method in RungeKuttaFieldStepInterpolator
H A DClassicalRungeKuttaFieldStepInterpolator.java120 … interpolatedState = previousStateLinearCombination(coeff1, coeff23, coeff23, coeff4); in computeInterpolatedStateAndDerivatives()
H A DThreeEighthesFieldStepInterpolator.java121 … interpolatedState = previousStateLinearCombination(coeff1, coeff2, coeff3, coeff4); in computeInterpolatedStateAndDerivatives()
H A DGillFieldStepInterpolator.java131 … interpolatedState = previousStateLinearCombination(coeff1, coeff2, coeff3, coeff4); in computeInterpolatedStateAndDerivatives()
H A DHighamHall54FieldStepInterpolator.java97 interpolatedState = previousStateLinearCombination(b0, b1, b2, b3, b4, b5); in computeInterpolatedStateAndDerivatives()
H A DLutherFieldStepInterpolator.java204 …interpolatedState = previousStateLinearCombination(coeff1, coeff2, coeff3, coeff4, coeff5, c… in computeInterpolatedStateAndDerivatives()
H A DDormandPrince54FieldStepInterpolator.java187 interpolatedState = previousStateLinearCombination(coeff0, coeff1, coeff2, coeff3, in computeInterpolatedStateAndDerivatives()
H A DDormandPrince853FieldStepInterpolator.java262 …interpolatedState = previousStateLinearCombination(p[0], p[1], p[ 2], p[ 3], p[ 4], p[ 5], p… in computeInterpolatedStateAndDerivatives()