| Package | Description | 
|---|---|
| org.apache.commons.math3.ode | 
 This package provides classes to solve Ordinary Differential Equations problems. | 
| org.apache.commons.math3.ode.nonstiff | 
 This package provides classes to solve non-stiff Ordinary Differential Equations problems. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | FirstOrderIntegratorThis interface represents a first order integrator for
 differential equations. | 
| interface  | SecondOrderIntegratorThis interface represents a second order integrator for
 differential equations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractIntegratorBase class managing common boilerplate for all integrators. | 
| class  | MultistepIntegratorThis class is the base class for multistep integrators for Ordinary
 Differential Equations. | 
| Modifier and Type | Method and Description | 
|---|---|
| ODEIntegrator | MultistepIntegrator. getStarterIntegrator()Get the starter integrator. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AdamsBashforthIntegratorThis class implements explicit Adams-Bashforth integrators for Ordinary
 Differential Equations. | 
| class  | AdamsIntegratorBase class for  Adams-BashforthandAdams-Moultonintegrators. | 
| class  | AdamsMoultonIntegratorThis class implements implicit Adams-Moulton integrators for Ordinary
 Differential Equations. | 
| class  | AdaptiveStepsizeIntegratorThis abstract class holds the common part of all adaptive
 stepsize integrators for Ordinary Differential Equations. | 
| class  | ClassicalRungeKuttaIntegratorThis class implements the classical fourth order Runge-Kutta
 integrator for Ordinary Differential Equations (it is the most
 often used Runge-Kutta method). | 
| class  | DormandPrince54IntegratorThis class implements the 5(4) Dormand-Prince integrator for Ordinary
 Differential Equations. | 
| class  | DormandPrince853IntegratorThis class implements the 8(5,3) Dormand-Prince integrator for Ordinary
 Differential Equations. | 
| class  | EmbeddedRungeKuttaIntegratorThis class implements the common part of all embedded Runge-Kutta
 integrators for Ordinary Differential Equations. | 
| class  | EulerIntegratorThis class implements a simple Euler integrator for Ordinary
 Differential Equations. | 
| class  | GillIntegratorThis class implements the Gill fourth order Runge-Kutta
 integrator for Ordinary Differential Equations . | 
| class  | GraggBulirschStoerIntegratorThis class implements a Gragg-Bulirsch-Stoer integrator for
 Ordinary Differential Equations. | 
| class  | HighamHall54IntegratorThis class implements the 5(4) Higham and Hall integrator for
 Ordinary Differential Equations. | 
| class  | LutherIntegratorThis class implements the Luther sixth order Runge-Kutta
 integrator for Ordinary Differential Equations. | 
| class  | MidpointIntegratorThis class implements a second order Runge-Kutta integrator for
 Ordinary Differential Equations. | 
| class  | RungeKuttaIntegratorThis class implements the common part of all fixed step Runge-Kutta
 integrators for Ordinary Differential Equations. | 
| class  | ThreeEighthesIntegratorThis class implements the 3/8 fourth order Runge-Kutta
 integrator for Ordinary Differential Equations. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.