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 interfaceStepInterpolatorDeprecated.as of 1.0, replaced withODEStateInterpolatorMethods in org.hipparchus.migration.ode.sampling with parameters of type ODEStateInterpolator Modifier and Type Method Description voidDummyStepHandler. handleStep(ODEStateInterpolator interpolator, boolean isLast)Deprecated.Handle the last accepted step.default voidStepHandler. 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 voidDenseOutputModel. 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 booleanEventState. evaluateStep(ODEStateInterpolator interpolator)Evaluate the impact of the proposed step on the event handler.voidEventState. reinitializeBegin(ODEStateInterpolator interpolator)Reinitialize the beginning of the step.booleanEventState. 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 classAbstractODEStateInterpolatorThis 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 voidODEStepHandler. handleStep(ODEStateInterpolator interpolator, boolean isLast)Handle the last accepted stepvoidStepNormalizer. handleStep(ODEStateInterpolator interpolator, boolean isLast)Handle the last accepted step
-