Uses of Class
org.hipparchus.ode.nonstiff.interpolators.GillFieldStateInterpolator
Packages that use GillFieldStateInterpolator
Package
Description
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
This package provides classes implementing interpolators for dense outputs of ODE integrators.
-
Uses of GillFieldStateInterpolator in org.hipparchus.ode.nonstiff
Methods in org.hipparchus.ode.nonstiff that return GillFieldStateInterpolatorModifier and TypeMethodDescriptionprotected GillFieldStateInterpolator
<T> GillFieldIntegrator.createInterpolator
(boolean forward, T[][] yDotK, FieldODEStateAndDerivative<T> globalPreviousState, FieldODEStateAndDerivative<T> globalCurrentState, FieldEquationsMapper<T> mapper) Create an interpolator. -
Uses of GillFieldStateInterpolator in org.hipparchus.ode.nonstiff.interpolators
Methods in org.hipparchus.ode.nonstiff.interpolators that return GillFieldStateInterpolatorModifier and TypeMethodDescriptionprotected GillFieldStateInterpolator
<T> GillFieldStateInterpolator.create
(Field<T> newField, boolean newForward, T[][] newYDotK, FieldODEStateAndDerivative<T> newGlobalPreviousState, FieldODEStateAndDerivative<T> newGlobalCurrentState, FieldODEStateAndDerivative<T> newSoftPreviousState, FieldODEStateAndDerivative<T> newSoftCurrentState, FieldEquationsMapper<T> newMapper) Create a new instance.