Searched refs:STATIC_C (Results 1 - 8 of 8) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DClassicalRungeKuttaIntegrator.java49 private static final double[] STATIC_C = { field in class:ClassicalRungeKuttaIntegrator
71 super("classical Runge-Kutta", STATIC_C, STATIC_A, STATIC_B,
H A DEulerIntegrator.java52 private static final double[] STATIC_C = { field in class:EulerIntegrator
69 super("Euler", STATIC_C, STATIC_A, STATIC_B, new EulerStepInterpolator(), step);
H A DMidpointIntegrator.java46 private static final double[] STATIC_C = { field in class:MidpointIntegrator
65 super("midpoint", STATIC_C, STATIC_A, STATIC_B, new MidpointStepInterpolator(), step);
H A DThreeEighthesIntegrator.java48 private static final double[] STATIC_C = { field in class:ThreeEighthesIntegrator
69 super("3/8", STATIC_C, STATIC_A, STATIC_B, new ThreeEighthesStepInterpolator(), step);
H A DGillIntegrator.java50 private static final double[] STATIC_C = { field in class:GillIntegrator
71 super("Gill", STATIC_C, STATIC_A, STATIC_B, new GillStepInterpolator(), step);
H A DDormandPrince54Integrator.java55 private static final double[] STATIC_C = { field in class:DormandPrince54Integrator
106 super(METHOD_NAME, true, STATIC_C, STATIC_A, STATIC_B, new DormandPrince54StepInterpolator(),
122 super(METHOD_NAME, true, STATIC_C, STATIC_A, STATIC_B, new DormandPrince54StepInterpolator(),
H A DHighamHall54Integrator.java43 private static final double[] STATIC_C = { field in class:HighamHall54Integrator
79 super(METHOD_NAME, false, STATIC_C, STATIC_A, STATIC_B, new HighamHall54StepInterpolator(),
95 super(METHOD_NAME, false, STATIC_C, STATIC_A, STATIC_B, new HighamHall54StepInterpolator(),
H A DDormandPrince853Integrator.java63 private static final double[] STATIC_C = { field in class:DormandPrince853Integrator
218 super(METHOD_NAME, true, STATIC_C, STATIC_A, STATIC_B,
235 super(METHOD_NAME, true, STATIC_C, STATIC_A, STATIC_B,

Completed in 93 milliseconds