OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:b_12
(Results
1 - 1
of
1
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince853StepInterpolator.java
68
private static final double
B_12
= 137909.0 / 3084480.0;
97
private static final double K14_12 = 1458939311.0 / 192780000000.0 -
B_12
;
130
private static final double K15_12 = 8824659001.0 / 23066716781250.0 -
B_12
;
166
private static final double K16_12 = 0.0 -
B_12
;
345
B_11 * yDot11 +
B_12
* yDot12;
Completed in 219 milliseconds