Uses of Interface
org.hipparchus.ode.sampling.ODEStateInterpolator
Packages that use ODEStateInterpolator
Package
Description
This package provides migration classes from Apache Commons Math to Hipparchus.
This package provides classes to solve Ordinary Differential Equations problems.
Events
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.samplingMethods in org.hipparchus.migration.ode.sampling with parameters of type ODEStateInterpolatorModifier and TypeMethodDescriptionvoidDummyStepHandler.handleStep(ODEStateInterpolator interpolator) Deprecated.Handle the last accepted step.default voidStepHandler.handleStep(ODEStateInterpolator interpolator) Deprecated.Handle the last accepted step. -
Uses of ODEStateInterpolator in org.hipparchus.ode
Methods in org.hipparchus.ode with parameters of type ODEStateInterpolatorModifier and TypeMethodDescriptionvoidDenseOutputModel.handleStep(ODEStateInterpolator interpolator) Handle the last accepted step. -
Uses of ODEStateInterpolator in org.hipparchus.ode.events
Methods in org.hipparchus.ode.events with parameters of type ODEStateInterpolatorModifier and TypeMethodDescriptionbooleanDetectorBasedEventState.evaluateStep(ODEStateInterpolator interpolator) Evaluate the impact of the proposed step on the handler.booleanEventState.evaluateStep(ODEStateInterpolator interpolator) Evaluate the impact of the proposed step on the handler.booleanStepEndEventState.evaluateStep(ODEStateInterpolator interpolator) Evaluate the impact of the proposed step on the handler.voidDetectorBasedEventState.reinitializeBegin(ODEStateInterpolator interpolator) Reinitialize the beginning of the step.booleanDetectorBasedEventState.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 ODEStateInterpolatorModifier and TypeClassDescriptionclassThis abstract class represents an interpolator over the last step during an ODE integration.Methods in org.hipparchus.ode.sampling with parameters of type ODEStateInterpolatorModifier and TypeMethodDescriptionvoidODEStepHandler.handleStep(ODEStateInterpolator interpolator) Handle the last accepted step.voidStepNormalizer.handleStep(ODEStateInterpolator interpolator) Handle the last accepted step.
ODEStateInterpolator