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