T
- the type of the field elementspublic interface FieldButcherArrayProvider<T extends RealFieldElement<T>>
RungeKuttaFieldIntegrator
,
EmbeddedRungeKuttaFieldIntegrator
Modifier and Type | Method and 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 © 2003–2016 The Apache Software Foundation. All rights reserved.