| Name | Description | Type | Package | Framework |
| AbstractStepInterpolator | This abstract class represents an interpolator over the last step during an ODE integration. | Class | org.jscience.mathematics.analysis.ode | JScience |
| AdaptiveStepsizeIntegrator | This abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations. | Class | org.jscience.mathematics.analysis.ode | JScience |
| ClassicalRungeKuttaIntegrator | This class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the most | Class | org.jscience.mathematics.analysis.ode | JScience |
| ContinuousOutputModel | This class stores all information provided by an ODE integrator during the integration process and build a continuous model of the | Class | org.jscience.mathematics.analysis.ode | JScience |
| DerivativeException | This exception is made available to users to report the error conditions that are trigegred while computing the differential equations. | Class | org.jscience.mathematics.analysis.ode | JScience |
| DormandPrince54Integrator | This class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations. | Class | org.jscience.mathematics.analysis.ode | JScience |
| DormandPrince853Integrator | This class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations. | Class | org.jscience.mathematics.analysis.ode | JScience |
| DummyStepHandler | This class is a step handler that do nothing. | Class | org.jscience.mathematics.analysis.ode | JScience |
| DummyStepInterpolator | This class is a step interpolator that does nothing. | Class | org.jscience.mathematics.analysis.ode | JScience |
| EulerIntegrator | This class implements a simple Euler integrator for Ordinary Differential Equations. | Class | org.jscience.mathematics.analysis.ode | JScience |
| FirstOrderConverter | This class converts second order differential equations to first This class is a wrapper around a SecondOrderDifferentialEquations which allow to use a FirstOrderIntegrator to integrate it. | Class | org.jscience.mathematics.analysis.ode | JScience |
| FirstOrderDifferentialEquations | This interface represents a first order differential equations set. | Interface | org.jscience.mathematics.analysis.ode | JScience |
| FirstOrderIntegrator | This interface represents a first order integrator for differential equations. | Interface | org.jscience.mathematics.analysis.ode | JScience |
| FixedStepHandler | This interface represents a handler that should be called after each successful fixed step. | Interface | org.jscience.mathematics.analysis.ode | JScience |
| GillIntegrator | This class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations . | Class | org.jscience.mathematics.analysis.ode | JScience |
| GraggBulirschStoerIntegrator | This class implements a Gragg-Bulirsch-Stoer integrator for Ordinary Differential Equations. | Class | org.jscience.mathematics.analysis.ode | JScience |
| HighamHall54Integrator | This class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations. | Class | org.jscience.mathematics.analysis.ode | JScience |
| IntegrationException | This exception is made available to users to report the error conditions that are triggered during integration | Class | org.jscience.mathematics.analysis.ode | JScience |
| MidpointIntegrator | This class implements a second order Runge-Kutta integrator for Ordinary Differential Equations. | Class | org.jscience.mathematics.analysis.ode | JScience |
| RungeKuttaFehlbergIntegrator | This class implements the common part of all Runge-Kutta-Fehlberg integrators for Ordinary Differential Equations. | Class | org.jscience.mathematics.analysis.ode | JScience |
| RungeKuttaIntegrator | This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations. | Class | org.jscience.mathematics.analysis.ode | JScience |
| SecondOrderDifferentialEquations | This interface represents a second order differential equations set. | Interface | org.jscience.mathematics.analysis.ode | JScience |
| SecondOrderIntegrator | This interface represents a second order integrator for differential equations. | Interface | org.jscience.mathematics.analysis.ode | JScience |
| StepHandler | This interface represents a handler that should be called after each successful step. | Interface | org.jscience.mathematics.analysis.ode | JScience |
| StepInterpolator | This interface represents an interpolator over the last step during an ODE integration. | Interface | org.jscience.mathematics.analysis.ode | JScience |
| StepNormalizer | This class wraps an object implementing FixedStepHandler into a StepHandler. | Class | org.jscience.mathematics.analysis.ode | JScience |
| SwitchingFunction | This interface represents a switching function. | Interface | org.jscience.mathematics.analysis.ode | JScience |
| SwitchingFunctionsHandler | This class handles several switching functions during integration. | Class | org.jscience.mathematics.analysis.ode | JScience |
| ThreeEighthesIntegrator | This class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations. | Class | org.jscience.mathematics.analysis.ode | JScience |