| Package | Description | 
|---|---|
| org.hipparchus.ode.nonstiff | 
 This package provides classes to solve non-stiff Ordinary Differential Equations problems. | 
| Modifier and Type | Class and Description | 
|---|---|
| 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  | 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  | 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  | ThreeEighthesIntegratorThis class implements the 3/8 fourth order Runge-Kutta
 integrator for Ordinary Differential Equations. | 
Copyright © 2016–2020 Hipparchus.org. All rights reserved.