| Name | Description | Type | Package | Framework |
| AbstractFieldIntegrator | Base class managing common boilerplate for all integrators. | Class | org.apache.commons.math3.ode | Apache Commons |
| AbstractFieldStepInterpolator | This abstract class represents an interpolator over the last step during an ODE integration. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
| AbstractIntegrator | Base class managing common boilerplate for all integrators. | Class | org.apache.commons.math3.ode | Apache Commons |
| AbstractParameterizable | This abstract class provides boilerplate parameters list. | Class | org.apache.commons.math3.ode | Apache Commons |
| AbstractStepInterpolator | This abstract class represents an interpolator over the last step during an ODE integration. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
| Action | Enumerate for actions to be performed when an event occurs during ODE integration. | Class | org.apache.commons.math3.ode.events | Apache Commons |
| AdamsBashforthFieldIntegrator | This class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| AdamsBashforthIntegrator | This class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| AdamsFieldIntegrator | Base class for Adams-Bashforth and Adams-Moulton integrators. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| AdamsIntegrator | Base class for Adams-Bashforth and Adams-Moulton integrators. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| AdamsMoultonFieldIntegrator | This class implements implicit Adams-Moulton integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| AdamsMoultonIntegrator | This class implements implicit Adams-Moulton integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| AdamsNordsieckFieldTransformer | Transformer to Nordsieck vectors for Adams integrators. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| AdamsNordsieckTransformer | Transformer to Nordsieck vectors for Adams integrators. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| AdaptiveStepsizeFieldIntegrator | This abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| AdaptiveStepsizeIntegrator | This abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| ClassicalRungeKuttaFieldIntegrator | This class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the most | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| ClassicalRungeKuttaIntegrator | This class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the most | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| ContinuousOutputFieldModel | This class stores all information provided by an ODE integrator during the integration process and build a continuous model of the | Class | org.apache.commons.math3.ode | Apache Commons |
| ContinuousOutputModel | This class stores all information provided by an ODE integrator during the integration process and build a continuous model of the | Class | org.apache.commons.math3.ode | Apache Commons |
| DormandPrince54FieldIntegrator | This class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| DormandPrince54Integrator | This class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| DormandPrince853FieldIntegrator | This class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| DormandPrince853Integrator | This class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| DummyStepHandler | This class is a step handler that does nothing. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
| EmbeddedRungeKuttaFieldIntegrator | This class implements the common part of all embedded Runge-Kutta integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| EmbeddedRungeKuttaIntegrator | This class implements the common part of all embedded Runge-Kutta integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| EquationsMapper | Class mapping the part of a complete state or derivative that pertains to a specific differential equation. | Class | org.apache.commons.math3.ode | Apache Commons |
| EulerFieldIntegrator | This class implements a simple Euler integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| EulerIntegrator | This class implements a simple Euler integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| EventFilter | Wrapper used to detect only increasing or decreasing events. | Class | org.apache.commons.math3.ode.events | Apache Commons |
| EventHandler | This interface represents a handler for discrete events triggered during ODE integration. | Interface | org.apache.commons.math3.ode.events | Apache Commons |
| EventHandler .Action | Reset derivatives indicator. | Class | org.apache.commons.math3.ode.events.EventHandler | Apache Commons |
| EventState | This class handles the state for one event handler during integration steps. | Class | org.apache.commons.math3.ode.events | Apache Commons |
| ExpandableStatefulODE | This class represents a combined set of first order differential equations, with at least a primary set of equations expandable by some sets of secondary | Class | org.apache.commons.math3.ode | Apache Commons |
| FieldButcherArrayProvider | This interface represents an integrator based on Butcher arrays. | Interface | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| FieldEquationsMapper | Class mapping the part of a complete state or derivative that pertains to a set of differential equations. | Class | org.apache.commons.math3.ode | Apache Commons |
| FieldEventHandler | This interface represents a handler for discrete events triggered during ODE integration. | Interface | org.apache.commons.math3.ode.events | Apache Commons |
| FieldEventState | This class handles the state for one event handler during integration steps. | Class | org.apache.commons.math3.ode.events | Apache Commons |
| FieldExpandableODE | This class represents a combined set of first order differential equations, with at least a primary set of equations expandable by some sets of secondary | Class | org.apache.commons.math3.ode | Apache Commons |
| FieldFixedStepHandler | This interface represents a handler that should be called after each successful fixed step. | Interface | org.apache.commons.math3.ode.sampling | Apache Commons |
| FieldODEState | Container for time, main and secondary state vectors. | Class | org.apache.commons.math3.ode | Apache Commons |
| FieldODEStateAndDerivative | Container for time, main and secondary state vectors as well as their derivatives. | Class | org.apache.commons.math3.ode | Apache Commons |
| FieldSecondaryEquations | This interface allows users to add secondary differential equations to a primary set of differential equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
| FieldStepHandler | This interface represents a handler that should be called after each successful step. | Interface | org.apache.commons.math3.ode.sampling | Apache Commons |
| FieldStepInterpolator | This interface represents an interpolator over the last step during an ODE integration. | Interface | org.apache.commons.math3.ode.sampling | Apache Commons |
| FieldStepNormalizer | This class wraps an object implementing FieldFixedStepHandler into a FieldStepHandler. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
| FilterType | Enumerate for filtering events. | Class | org.apache.commons.math3.ode.events | Apache Commons |
| 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.apache.commons.math3.ode | Apache Commons |
| FirstOrderDifferentialEquations | This interface represents a first order differential equations set. | Interface | org.apache.commons.math3.ode | Apache Commons |
| FirstOrderFieldDifferentialEquations | This interface represents a first order differential equations set. | Interface | org.apache.commons.math3.ode | Apache Commons |
| FirstOrderFieldIntegrator | This interface represents a first order integrator for differential equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
| FirstOrderIntegrator | This interface represents a first order integrator for differential equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
| FixedStepHandler | This interface represents a handler that should be called after each successful fixed step. | Interface | org.apache.commons.math3.ode.sampling | Apache Commons |
| GillFieldIntegrator | This class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations . | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| GillIntegrator | This class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations . | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| GraggBulirschStoerIntegrator | This class implements a Gragg-Bulirsch-Stoer integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| HighamHall54FieldIntegrator | This class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| HighamHall54Integrator | This class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| JacobianMatrices | This class defines a set of secondary equations to compute the Jacobian matrices with respect to the initial state vector and, if | Class | org.apache.commons.math3.ode | Apache Commons |
| JacobianMatrices .MismatchedEquations | Special exception for equations mismatch. | Class | org.apache.commons.math3.ode.JacobianMatrices | Apache Commons |
| LutherFieldIntegrator | This class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| LutherIntegrator | This class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| MainStateJacobianProvider | Interface expanding first order differential equations in order to compute exactly the main state jacobian | Interface | org.apache.commons.math3.ode | Apache Commons |
| MidpointFieldIntegrator | This class implements a second order Runge-Kutta integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| MidpointIntegrator | This class implements a second order Runge-Kutta integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| MultistepFieldIntegrator | This class is the base class for multistep integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode | Apache Commons |
| MultistepIntegrator | This class is the base class for multistep integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode | Apache Commons |
| MultistepIntegrator .NordsieckTransformer | Transformer used to convert the first step to Nordsieck representation. | Interface | org.apache.commons.math3.ode.MultistepIntegrator | Apache Commons |
| NordsieckStepInterpolator | This class implements an interpolator for integrators using Nordsieck representation. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
| ODEIntegrator | This interface defines the common parts shared by integrators for first and second order differential equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
| Parameterizable | This interface enables to process any parameterizable object. | Interface | org.apache.commons.math3.ode | Apache Commons |
| ParameterizedODE | Interface to compute by finite difference Jacobian matrix for some parameter when computing partial derivatives equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
| ParameterJacobianProvider | Interface to compute exactly Jacobian matrix for some parameter when computing partial derivatives equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
| RungeKuttaFieldIntegrator | This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| RungeKuttaIntegrator | This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| SecondaryEquations | This interface allows users to add secondary differential equations to a primary set of differential equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
| SecondOrderDifferentialEquations | This interface represents a second order differential equations set. | Interface | org.apache.commons.math3.ode | Apache Commons |
| SecondOrderIntegrator | This interface represents a second order integrator for differential equations. | Interface | org.apache.commons.math3.ode | Apache Commons |
| StepHandler | This interface represents a handler that should be called after each successful step. | Interface | org.apache.commons.math3.ode.sampling | Apache Commons |
| StepInterpolator | This interface represents an interpolator over the last step during an ODE integration. | Interface | org.apache.commons.math3.ode.sampling | Apache Commons |
| StepNormalizer | This class wraps an object implementing FixedStepHandler into a StepHandler. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
| StepNormalizerBounds | enum StepNormalizerBoundsStep normalizer bounds settings. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
| StepNormalizerMode | enum StepNormalizerModeStep normalizer modes. | Class | org.apache.commons.math3.ode.sampling | Apache Commons |
| ThreeEighthesFieldIntegrator | This class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| ThreeEighthesIntegrator | This class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations. | Class | org.apache.commons.math3.ode.nonstiff | Apache Commons |
| UnknownParameterException | Exception to be thrown when a parameter is unknown. | Class | org.apache.commons.math3.ode | Apache Commons |