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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
AdaptiveStepsizeIntegrator.java 273 if (h > getMaxStep()) {
274 h = getMaxStep();
345 public double getMaxStep() {
GraggBulirschStoerIntegrator.java 813 double hInt = getMaxStep();
    [all...]

Completed in 66 milliseconds