public interface ButcherArrayProvider
RungeKuttaIntegrator, 
EmbeddedRungeKuttaIntegrator| Modifier and Type | Method and 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–2020 Hipparchus.org. All rights reserved.