| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FieldDenseOutputModel<T extends RealFieldElement<T>>This class stores all information provided by an ODE integrator
 during the integration process and build a continuous model of the
 solution from this. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<FieldODEStepHandler<T>> | FieldODEIntegrator. getStepHandlers()Get all the step handlers that have been added to the integrator. | 
| Collection<FieldODEStepHandler<T>> | AbstractFieldIntegrator. getStepHandlers()Get all the step handlers that have been added to the integrator. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FieldODEIntegrator. addStepHandler(FieldODEStepHandler<T> handler)Add a step handler to this integrator. | 
| void | AbstractFieldIntegrator. addStepHandler(FieldODEStepHandler<T> handler)Add a step handler to this integrator. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FieldStepNormalizer<T extends RealFieldElement<T>>This class wraps an object implementing  FieldODEFixedStepHandlerinto aFieldODEStepHandler. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.