See: Description
| Class | Description |
|---|---|
| AdamsBashforthIntegrator |
This class implements explicit Adams-Bashforth integrators for Ordinary
Differential Equations.
|
| AdamsIntegrator |
Base class for
Adams-Bashforth and
Adams-Moulton integrators. |
| AdamsMoultonIntegrator |
This class implements implicit Adams-Moulton integrators for Ordinary
Differential Equations.
|
| AdamsNordsieckTransformer |
Transformer to Nordsieck vectors for Adams integrators.
|
| AdaptiveStepsizeIntegrator |
This abstract class holds the common part of all adaptive
stepsize integrators for Ordinary Differential Equations.
|
| ClassicalRungeKuttaIntegrator |
This class implements the classical fourth order Runge-Kutta
integrator for Ordinary Differential Equations (it is the most
often used Runge-Kutta method).
|
| ClassicalRungeKuttaStepInterpolator |
This class implements a step interpolator for the classical fourth
order Runge-Kutta integrator.
|
| DormandPrince54Integrator |
This class implements the 5(4) Dormand-Prince integrator for Ordinary
Differential Equations.
|
| DormandPrince54StepInterpolator |
This class represents an interpolator over the last step during an
ODE integration for the 5(4) Dormand-Prince integrator.
|
| DormandPrince853Integrator |
This class implements the 8(5,3) Dormand-Prince integrator for Ordinary
Differential Equations.
|
| DormandPrince853StepInterpolator |
This class represents an interpolator over the last step during an
ODE integration for the 8(5,3) Dormand-Prince integrator.
|
| EmbeddedRungeKuttaIntegrator |
This class implements the common part of all embedded Runge-Kutta
integrators for Ordinary Differential Equations.
|
| EulerIntegrator |
This class implements a simple Euler integrator for Ordinary
Differential Equations.
|
| EulerStepInterpolator |
This class implements a linear interpolator for step.
|
| GillIntegrator |
This class implements the Gill fourth order Runge-Kutta
integrator for Ordinary Differential Equations .
|
| GillStepInterpolator |
This class implements a step interpolator for the Gill fourth
order Runge-Kutta integrator.
|
| GraggBulirschStoerIntegrator |
This class implements a Gragg-Bulirsch-Stoer integrator for
Ordinary Differential Equations.
|
| GraggBulirschStoerStepInterpolator |
This class implements an interpolator for the Gragg-Bulirsch-Stoer
integrator.
|
| HighamHall54Integrator |
This class implements the 5(4) Higham and Hall integrator for
Ordinary Differential Equations.
|
| HighamHall54StepInterpolator |
This class represents an interpolator over the last step during an
ODE integration for the 5(4) Higham and Hall integrator.
|
| MidpointIntegrator |
This class implements a second order Runge-Kutta integrator for
Ordinary Differential Equations.
|
| MidpointStepInterpolator |
This class implements a step interpolator for second order
Runge-Kutta integrator.
|
| RungeKuttaIntegrator |
This class implements the common part of all fixed step Runge-Kutta
integrators for Ordinary Differential Equations.
|
| RungeKuttaStepInterpolator |
This class represents an interpolator over the last step during an
ODE integration for Runge-Kutta and embedded Runge-Kutta integrators.
|
| ThreeEighthesIntegrator |
This class implements the 3/8 fourth order Runge-Kutta
integrator for Ordinary Differential Equations.
|
| ThreeEighthesStepInterpolator |
This class implements a step interpolator for the 3/8 fourth
order Runge-Kutta integrator.
|
This package provides classes to solve non-stiff Ordinary Differential Equations problems.
Copyright (c) 2003-2013 Apache Software Foundation