Uses of Class
org.hipparchus.ode.nonstiff.interpolators.DormandPrince54FieldStateInterpolator
-
Packages that use DormandPrince54FieldStateInterpolator 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 DormandPrince54FieldStateInterpolator in org.hipparchus.ode.nonstiff
Methods in org.hipparchus.ode.nonstiff that return DormandPrince54FieldStateInterpolator Modifier and Type Method Description protected DormandPrince54FieldStateInterpolator<T>
DormandPrince54FieldIntegrator. createInterpolator(boolean forward, T[][] yDotK, FieldODEStateAndDerivative<T> globalPreviousState, FieldODEStateAndDerivative<T> globalCurrentState, FieldEquationsMapper<T> mapper)
Create an interpolator. -
Uses of DormandPrince54FieldStateInterpolator in org.hipparchus.ode.nonstiff.interpolators
Methods in org.hipparchus.ode.nonstiff.interpolators that return DormandPrince54FieldStateInterpolator Modifier and Type Method Description protected DormandPrince54FieldStateInterpolator<T>
DormandPrince54FieldStateInterpolator. 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.
-