| Package | Description | 
|---|---|
| org.hipparchus.ode | 
 This package provides classes to solve Ordinary Differential Equations problems. | 
| org.hipparchus.ode.events | Events | 
| org.hipparchus.ode.sampling | 
 This package provides classes to handle sampling steps during
 Ordinary Differential Equations integration. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FieldDenseOutputModel. handleStep(FieldODEStateInterpolator<T> interpolator,
          boolean isLast)Handle the last accepted step. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | FieldEventState. evaluateStep(FieldODEStateInterpolator<T> interpolator)Evaluate the impact of the proposed step on the event handler. | 
| void | FieldEventState. reinitializeBegin(FieldODEStateInterpolator<T> interpolator)Reinitialize the beginning of the step. | 
| boolean | FieldEventState. tryAdvance(FieldODEStateAndDerivative<T> state,
          FieldODEStateInterpolator<T> interpolator)Try to accept the current history up to the given time. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractFieldODEStateInterpolator<T extends RealFieldElement<T>>This abstract class represents an interpolator over the last step
 during an ODE integration. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FieldStepNormalizer. handleStep(FieldODEStateInterpolator<T> interpolator,
          boolean isLast)Handle the last accepted step | 
| void | FieldODEStepHandler. handleStep(FieldODEStateInterpolator<T> interpolator,
          boolean isLast)Handle the last accepted step | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.