HomeSort by relevance Sort by last modified time
    Searched defs:getPreviousTime (Results 1 - 4 of 4) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
StepInterpolator.java 55 double getPreviousTime();
AbstractStepInterpolator.java 248 * <em>only</em> changes the value returned by {@link #getPreviousTime()},
295 public double getPreviousTime() {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
StepInterpolatorWithJacobians.java 56 double getPreviousTime();
FirstOrderIntegratorWithJacobians.java 648 public double getPreviousTime() {
649 return interpolator.getPreviousTime();
    [all...]

Completed in 69 milliseconds