| Package | Description | 
|---|---|
| org.hipparchus.migration.ode | 
 
 This package provides migration classes from Apache Commons Math to Hipparchus. 
 | 
| 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.sampling | 
 
 This package provides classes to handle sampling steps during
 Ordinary Differential Equations integration. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ContinuousOutputModel
Deprecated. 
 
as of 1.0, replaced with  
DenseOutputModel | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
StepHandler
Deprecated. 
 
as of 1.0, replaced with  
ODEStepHandler | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DummyStepHandler
Deprecated. 
 
as of 1.0, this class is not used anymore 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DenseOutputModel
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<ODEStepHandler> | 
AbstractIntegrator.getStepHandlers()
Get all the step handlers that have been added to the integrator. 
 | 
Collection<ODEStepHandler> | 
ODEIntegrator.getStepHandlers()
Get all the step handlers that have been added to the integrator. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractIntegrator.addStepHandler(ODEStepHandler handler)
Add a step handler to this integrator. 
 | 
void | 
ODEIntegrator.addStepHandler(ODEStepHandler handler)
Add a step handler to this integrator. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StepNormalizer
This class wraps an object implementing  
ODEFixedStepHandler
 into a ODEStepHandler. | 
Copyright © 2016–2017 Hipparchus.org. All rights reserved.