Uses of Class
org.hipparchus.ode.nonstiff.interpolators.HighamHall54FieldStateInterpolator
Packages that use HighamHall54FieldStateInterpolator
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 HighamHall54FieldStateInterpolator in org.hipparchus.ode.nonstiff
Methods in org.hipparchus.ode.nonstiff that return HighamHall54FieldStateInterpolatorModifier and TypeMethodDescriptionprotected HighamHall54FieldStateInterpolator<T> HighamHall54FieldIntegrator.createInterpolator(boolean forward, T[][] yDotK, FieldODEStateAndDerivative<T> globalPreviousState, FieldODEStateAndDerivative<T> globalCurrentState, FieldEquationsMapper<T> mapper) Create an interpolator. - 
Uses of HighamHall54FieldStateInterpolator in org.hipparchus.ode.nonstiff.interpolators
Methods in org.hipparchus.ode.nonstiff.interpolators that return HighamHall54FieldStateInterpolatorModifier and TypeMethodDescriptionprotected HighamHall54FieldStateInterpolator<T> HighamHall54FieldStateInterpolator.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.