ClassicalRungeKuttaIntegrator
, DormandPrince54Integrator
, DormandPrince853Integrator
, EmbeddedRungeKuttaIntegrator
, EulerIntegrator
, GillIntegrator
, HighamHall54Integrator
, LutherIntegrator
, MidpointIntegrator
, RungeKuttaIntegrator
, ThreeEighthesIntegrator
public interface ButcherArrayProvider
RungeKuttaIntegrator
,
EmbeddedRungeKuttaIntegrator
Modifier and Type | Method | Description |
---|---|---|
double[][] |
getA() |
Get the internal weights from Butcher array (without the first empty row).
|
double[] |
getB() |
Get the external weights for the high order method from Butcher array.
|
double[] |
getC() |
Get the time steps from Butcher array (without the first zero).
|
double[] getC()
double[][] getA()
double[] getB()
Copyright © 2016–2018 Hipparchus.org. All rights reserved.