Uses of Interface
org.hipparchus.ode.sampling.ODEStateInterpolator
-
Packages that use ODEStateInterpolator Package Description org.hipparchus.migration.ode.sampling This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.ode This package provides classes to solve Ordinary Differential Equations problems.org.hipparchus.ode.events Eventsorg.hipparchus.ode.sampling This package provides classes to handle sampling steps during Ordinary Differential Equations integration. -
-
Uses of ODEStateInterpolator in org.hipparchus.migration.ode.sampling
Subinterfaces of ODEStateInterpolator in org.hipparchus.migration.ode.sampling Modifier and Type Interface Description interface
StepInterpolator
Deprecated.as of 1.0, replaced withODEStateInterpolator
Methods in org.hipparchus.migration.ode.sampling with parameters of type ODEStateInterpolator Modifier and Type Method Description void
DummyStepHandler. handleStep(ODEStateInterpolator interpolator, boolean isLast)
Deprecated.Handle the last accepted step.default void
StepHandler. handleStep(ODEStateInterpolator interpolator, boolean isLast)
Deprecated.Handle the last accepted step -
Uses of ODEStateInterpolator in org.hipparchus.ode
Methods in org.hipparchus.ode with parameters of type ODEStateInterpolator Modifier and Type Method Description void
DenseOutputModel. handleStep(ODEStateInterpolator interpolator, boolean isLast)
Handle the last accepted step. -
Uses of ODEStateInterpolator in org.hipparchus.ode.events
Methods in org.hipparchus.ode.events with parameters of type ODEStateInterpolator Modifier and Type Method Description boolean
EventState. evaluateStep(ODEStateInterpolator interpolator)
Evaluate the impact of the proposed step on the event handler.void
EventState. reinitializeBegin(ODEStateInterpolator interpolator)
Reinitialize the beginning of the step.boolean
EventState. tryAdvance(ODEStateAndDerivative state, ODEStateInterpolator interpolator)
Try to accept the current history up to the given time. -
Uses of ODEStateInterpolator in org.hipparchus.ode.sampling
Classes in org.hipparchus.ode.sampling that implement ODEStateInterpolator Modifier and Type Class Description class
AbstractODEStateInterpolator
This abstract class represents an interpolator over the last step during an ODE integration.Methods in org.hipparchus.ode.sampling with parameters of type ODEStateInterpolator Modifier and Type Method Description void
ODEStepHandler. handleStep(ODEStateInterpolator interpolator, boolean isLast)
Handle the last accepted stepvoid
StepNormalizer. handleStep(ODEStateInterpolator interpolator, boolean isLast)
Handle the last accepted step
-