Searched refs:computeInterpolatedStateAndDerivatives (Results 1 - 12 of 12) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DEulerStepInterpolator.java80 protected void computeInterpolatedStateAndDerivatives(final double theta, method in class:EulerStepInterpolator
H A DMidpointStepInterpolator.java82 protected void computeInterpolatedStateAndDerivatives(final double theta, method in class:MidpointStepInterpolator
H A DClassicalRungeKuttaStepInterpolator.java84 protected void computeInterpolatedStateAndDerivatives(final double theta, method in class:ClassicalRungeKuttaStepInterpolator
H A DThreeEighthesStepInterpolator.java87 protected void computeInterpolatedStateAndDerivatives(final double theta, method in class:ThreeEighthesStepInterpolator
H A DGillStepInterpolator.java92 protected void computeInterpolatedStateAndDerivatives(final double theta, method in class:GillStepInterpolator
H A DHighamHall54StepInterpolator.java72 protected void computeInterpolatedStateAndDerivatives(final double theta, method in class:HighamHall54StepInterpolator
H A DDormandPrince54StepInterpolator.java167 protected void computeInterpolatedStateAndDerivatives(final double theta, method in class:DormandPrince54StepInterpolator
H A DGraggBulirschStoerStepInterpolator.java311 protected void computeInterpolatedStateAndDerivatives(final double theta, method in class:GraggBulirschStoerStepInterpolator
H A DDormandPrince853StepInterpolator.java313 protected void computeInterpolatedStateAndDerivatives(final double theta, method in class:DormandPrince853StepInterpolator
/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 oneMinusThetaH) { method in class:DummyStepInterpolator
H A DAbstractStepInterpolator.java334 protected abstract void computeInterpolatedStateAndDerivatives(double theta, method in class:AbstractStepInterpolator
345 computeInterpolatedStateAndDerivatives(theta, oneMinusThetaH);
360 computeInterpolatedStateAndDerivatives(theta, oneMinusThetaH);
H A DNordsieckStepInterpolator.java187 protected void computeInterpolatedStateAndDerivatives(final double theta, final double oneMinusThetaH) { method in class:NordsieckStepInterpolator

Completed in 82 milliseconds