Uses of Class
org.hipparchus.ode.nonstiff.interpolators.GraggBulirschStoerStateInterpolator
-
Packages that use GraggBulirschStoerStateInterpolator Package Description org.hipparchus.ode.nonstiff.interpolators This package provides classes implementing interpolators for dense outputs of ODE integrators. -
-
Uses of GraggBulirschStoerStateInterpolator in org.hipparchus.ode.nonstiff.interpolators
Methods in org.hipparchus.ode.nonstiff.interpolators that return GraggBulirschStoerStateInterpolator Modifier and Type Method Description protected GraggBulirschStoerStateInterpolator
GraggBulirschStoerStateInterpolator. create(boolean newForward, ODEStateAndDerivative newGlobalPreviousState, ODEStateAndDerivative newGlobalCurrentState, ODEStateAndDerivative newSoftPreviousState, ODEStateAndDerivative newSoftCurrentState, EquationsMapper newMapper)
Create a new instance.
-