Home
last modified time | relevance | path

Searched defs:computeInterpolatedStateAndDerivatives (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DEulerStepInterpolator.java86 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives() method in EulerStepInterpolator
H A DMidpointStepInterpolator.java88 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives() method in MidpointStepInterpolator
H A DEulerFieldStepInterpolator.java91 …protected FieldODEStateAndDerivative<T> computeInterpolatedStateAndDerivatives(final FieldEquation… in computeInterpolatedStateAndDerivatives() method in EulerFieldStepInterpolator
H A DClassicalRungeKuttaStepInterpolator.java94 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives() method in ClassicalRungeKuttaStepInterpolator
H A DMidpointFieldStepInterpolator.java93 …protected FieldODEStateAndDerivative<T> computeInterpolatedStateAndDerivatives(final FieldEquation… in computeInterpolatedStateAndDerivatives() method in MidpointFieldStepInterpolator
H A DThreeEighthesStepInterpolator.java98 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives() method in ThreeEighthesStepInterpolator
H A DHighamHall54StepInterpolator.java73 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives() method in HighamHall54StepInterpolator
H A DGillStepInterpolator.java102 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives() method in GillStepInterpolator
H A DThreeEighthesFieldStepInterpolator.java103 …protected FieldODEStateAndDerivative<T> computeInterpolatedStateAndDerivatives(final FieldEquation… in computeInterpolatedStateAndDerivatives() method in ThreeEighthesFieldStepInterpolator
H A DClassicalRungeKuttaFieldStepInterpolator.java101 …protected FieldODEStateAndDerivative<T> computeInterpolatedStateAndDerivatives(final FieldEquation… in computeInterpolatedStateAndDerivatives() method in ClassicalRungeKuttaFieldStepInterpolator
H A DDormandPrince54StepInterpolator.java171 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives() method in DormandPrince54StepInterpolator
H A DLutherStepInterpolator.java78 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives() method in LutherStepInterpolator
H A DHighamHall54FieldStepInterpolator.java77 …protected FieldODEStateAndDerivative<T> computeInterpolatedStateAndDerivatives(final FieldEquation… in computeInterpolatedStateAndDerivatives() method in HighamHall54FieldStepInterpolator
H A DGillFieldStepInterpolator.java109 …protected FieldODEStateAndDerivative<T> computeInterpolatedStateAndDerivatives(final FieldEquation… in computeInterpolatedStateAndDerivatives() method in GillFieldStepInterpolator
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DEulerStepInterpolator.java80 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives() method in EulerStepInterpolator
H A DMidpointStepInterpolator.java82 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives() method in MidpointStepInterpolator
H A DClassicalRungeKuttaStepInterpolator.java84 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives() method in ClassicalRungeKuttaStepInterpolator
H A DThreeEighthesStepInterpolator.java87 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives() method in ThreeEighthesStepInterpolator
H A DHighamHall54StepInterpolator.java72 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives() method in HighamHall54StepInterpolator
H A DGillStepInterpolator.java92 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives() method in GillStepInterpolator
H A DDormandPrince54StepInterpolator.java167 protected void computeInterpolatedStateAndDerivatives(final double theta, in computeInterpolatedStateAndDerivatives() method in DormandPrince54StepInterpolator
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
H A DDummyStepInterpolator.java101 …protected void computeInterpolatedStateAndDerivatives(final double theta, final double oneMinusThe… in computeInterpolatedStateAndDerivatives() method in DummyStepInterpolator
H A DNordsieckStepInterpolator.java187 …protected void computeInterpolatedStateAndDerivatives(final double theta, final double oneMinusThe… in computeInterpolatedStateAndDerivatives() method in NordsieckStepInterpolator
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/sampling/
H A DAbstractFieldStepInterpolator.java166 …protected abstract FieldODEStateAndDerivative<T> computeInterpolatedStateAndDerivatives(FieldEquat… in computeInterpolatedStateAndDerivatives() method in AbstractFieldStepInterpolator
H A DNordsieckStepInterpolator.java189 …protected void computeInterpolatedStateAndDerivatives(final double theta, final double oneMinusThe… in computeInterpolatedStateAndDerivatives() method in NordsieckStepInterpolator

123