Uses of Class
org.hipparchus.ode.nonstiff.interpolators.GraggBulirschStoerStateInterpolator
Packages that use GraggBulirschStoerStateInterpolator
Package
Description
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 GraggBulirschStoerStateInterpolatorModifier and TypeMethodDescriptionprotected GraggBulirschStoerStateInterpolator
GraggBulirschStoerStateInterpolator.create
(boolean newForward, ODEStateAndDerivative newGlobalPreviousState, ODEStateAndDerivative newGlobalCurrentState, ODEStateAndDerivative newSoftPreviousState, ODEStateAndDerivative newSoftCurrentState, EquationsMapper newMapper) Create a new instance.