HomeSort by relevance Sort by last modified time
    Searched refs:isLastStep (Results 1 - 7 of 7) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
AbstractIntegrator.java 58 protected boolean isLastStep;
287 isLastStep = currentEvent.stop();
291 handler.handleStep(interpolator, isLastStep);
294 if (isLastStep) {
326 isLastStep = isLastStep || state.stop();
328 isLastStep = isLastStep || MathUtils.equals(currentT, tEnd, 1);
332 handler.handleStep(interpolator, isLastStep);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdamsBashforthIntegrator.java 226 isLastStep = false;
280 if (!isLastStep) {
309 } while (!isLastStep);
RungeKuttaIntegrator.java 137 isLastStep = false;
175 if (!isLastStep) {
188 } while (!isLastStep);
AdamsMoultonIntegrator.java 243 isLastStep = false;
298 if (!isLastStep) {
327 } while (!isLastStep);
EmbeddedRungeKuttaIntegrator.java 232 isLastStep = false;
306 if (!isLastStep) {
332 } while (!isLastStep);
GraggBulirschStoerIntegrator.java 637 isLastStep = false;
670 isLastStep = forward ? (nextT >= t) : (nextT <= t);
795 if ((firstTime || isLastStep) && (error <= 1.0)) {
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 86 milliseconds