| Package | Description | 
|---|---|
| org.apache.commons.math3.ode | 
 This package provides classes to solve Ordinary Differential Equations problems. | 
| org.apache.commons.math3.ode.sampling | 
 This package provides classes to handle sampling steps during
 Ordinary Differential Equations integration. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected double | AbstractIntegrator. acceptStep(AbstractStepInterpolator interpolator,
          double[] y,
          double[] yDot,
          double tEnd)Accept a step, triggering events and step handlers. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NordsieckStepInterpolatorThis class implements an interpolator for integrators using Nordsieck representation. | 
| Constructor and Description | 
|---|
| AbstractStepInterpolator(AbstractStepInterpolator interpolator)Copy constructor. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.