T - the type of the field elementsClassicalRungeKuttaFieldIntegrator, DormandPrince54FieldIntegrator, DormandPrince853FieldIntegrator, EmbeddedRungeKuttaFieldIntegrator, EulerFieldIntegrator, GillFieldIntegrator, HighamHall54FieldIntegrator, LutherFieldIntegrator, MidpointFieldIntegrator, RungeKuttaFieldIntegrator, ThreeEighthesFieldIntegratorpublic interface FieldButcherArrayProvider<T extends RealFieldElement<T>>
| Modifier and Type | Method | Description |
|---|---|---|
T[][] |
getA() |
Get the internal weights from Butcher array (without the first empty row).
|
T[] |
getB() |
Get the external weights for the high order method from Butcher array.
|
T[] |
getC() |
Get the time steps from Butcher array (without the first zero).
|
T[] getC()
T[][] getA()
T[] getB()
Copyright © 2016–2018 Hipparchus.org. All rights reserved.