public static interface MultistepIntegrator.NordsieckTransformer
Modifier and Type | Method and Description |
---|---|
Array2DRowRealMatrix |
initializeHighOrderDerivatives(double h,
double[] t,
double[][] y,
double[][] yDot)
Initialize the high order scaled derivatives at step start.
|
Array2DRowRealMatrix initializeHighOrderDerivatives(double h, double[] t, double[][] y, double[][] yDot)
h
- step size to use for scalingt
- first steps timesy
- first steps statesyDot
- first steps derivativesCopyright © 2018 CNES. All Rights Reserved.