| 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 | 
 Events 
 | 
| org.hipparchus.ode.sampling | 
 
 This package provides classes to handle sampling steps during
 Ordinary Differential Equations integration. 
 | 
| Modifier and Type | Interface | Description | 
|---|---|---|
interface  | 
StepInterpolator | 
 Deprecated. 
 
as of 1.0, replaced with  
ODEStateInterpolator | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
DummyStepHandler.handleStep(ODEStateInterpolator interpolator,
          boolean isLast) | 
 Deprecated.  
Handle the last accepted step. 
 | 
default void | 
StepHandler.handleStep(ODEStateInterpolator interpolator,
          boolean isLast) | 
 Deprecated.  
Handle the last accepted step 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
DenseOutputModel.handleStep(ODEStateInterpolator interpolator,
          boolean isLast) | 
 Handle the last accepted step. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
boolean | 
EventState.evaluateStep(ODEStateInterpolator interpolator) | 
 Evaluate the impact of the proposed step on the event handler. 
 | 
void | 
EventState.reinitializeBegin(ODEStateInterpolator interpolator) | 
 Reinitialize the beginning of the step. 
 | 
boolean | 
EventState.tryAdvance(ODEStateAndDerivative state,
          ODEStateInterpolator interpolator) | 
 Try to accept the current history up to the given time. 
 | 
| Modifier and Type | Class | Description | 
|---|---|---|
class  | 
AbstractODEStateInterpolator | 
 This abstract class represents an interpolator over the last step
 during an ODE integration. 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
ODEStepHandler.handleStep(ODEStateInterpolator interpolator,
          boolean isLast) | 
 Handle the last accepted step 
 | 
void | 
StepNormalizer.handleStep(ODEStateInterpolator interpolator,
          boolean isLast) | 
 Handle the last accepted step 
 | 
Copyright © 2016–2018 Hipparchus.org. All rights reserved.