Uses of Class
org.hipparchus.ode.sampling.AbstractODEStateInterpolator
-
Packages that use AbstractODEStateInterpolator Package Description org.hipparchus.ode This package provides classes to solve Ordinary Differential Equations problems.org.hipparchus.ode.sampling This package provides classes to handle sampling steps during Ordinary Differential Equations integration. -
-
Uses of AbstractODEStateInterpolator in org.hipparchus.ode
Methods in org.hipparchus.ode with parameters of type AbstractODEStateInterpolator Modifier and Type Method Description protected ODEStateAndDerivative
AbstractIntegrator. acceptStep(AbstractODEStateInterpolator interpolator, double tEnd)
Accept a step, triggering events and step handlers. -
Uses of AbstractODEStateInterpolator in org.hipparchus.ode.sampling
Methods in org.hipparchus.ode.sampling that return AbstractODEStateInterpolator Modifier and Type Method Description protected abstract AbstractODEStateInterpolator
AbstractODEStateInterpolator. create(boolean newForward, ODEStateAndDerivative newGlobalPreviousState, ODEStateAndDerivative newGlobalCurrentState, ODEStateAndDerivative newSoftPreviousState, ODEStateAndDerivative newSoftCurrentState, EquationsMapper newMapper)
Create a new instance.AbstractODEStateInterpolator
AbstractODEStateInterpolator. restrictStep(ODEStateAndDerivative previousState, ODEStateAndDerivative currentState)
Create a new restricted version of the instance.
-