HomeSort by relevance Sort by last modified time
    Searched full:b_01 (Results 1 - 1 of 1) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince853StepInterpolator.java 45 private static final double B_01 = 104257.0 / 1920240.0;
74 private static final double K14_01 = 13481885573.0 / 240030000000.0 - B_01;
107 private static final double K15_01 = 1595561272731.0 / 50120273500000.0 - B_01;
143 private static final double K16_01 = -13613986967.0 / 31741908048.0 - B_01;
343 v[0][i] = B_01 * yDot1 + B_06 * yDot6 + B_07 * yDot7 +

Completed in 274 milliseconds