Uses of Class
org.hipparchus.ode.nonstiff.interpolators.DormandPrince853FieldStateInterpolator
-
Packages that use DormandPrince853FieldStateInterpolator Package Description org.hipparchus.ode.nonstiff This package provides classes to solve non-stiff Ordinary Differential Equations problems.org.hipparchus.ode.nonstiff.interpolators This package provides classes implementing interpolators for dense outputs of ODE integrators. -
-
Uses of DormandPrince853FieldStateInterpolator in org.hipparchus.ode.nonstiff
Methods in org.hipparchus.ode.nonstiff that return DormandPrince853FieldStateInterpolator Modifier and Type Method Description protected DormandPrince853FieldStateInterpolator<T>
DormandPrince853FieldIntegrator. createInterpolator(boolean forward, T[][] yDotK, FieldODEStateAndDerivative<T> globalPreviousState, FieldODEStateAndDerivative<T> globalCurrentState, FieldEquationsMapper<T> mapper)
Create an interpolator. -
Uses of DormandPrince853FieldStateInterpolator in org.hipparchus.ode.nonstiff.interpolators
Methods in org.hipparchus.ode.nonstiff.interpolators that return DormandPrince853FieldStateInterpolator Modifier and Type Method Description protected DormandPrince853FieldStateInterpolator<T>
DormandPrince853FieldStateInterpolator. 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.
-