Uses of Package
org.apache.commons.math.ode

Packages that use org.apache.commons.math.ode
org.apache.commons.math.ode This package provides classes to solve Ordinary Differential Equations problems. 
 

Classes in org.apache.commons.math.ode used by org.apache.commons.math.ode
AbstractStepInterpolator
          This abstract class represents an interpolator over the last step during an ODE integration.
AdaptiveStepsizeIntegrator
          This abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations.
ClassicalRungeKuttaStepInterpolator
          This class implements a step interpolator for the classical fourth order Runge-Kutta integrator.
ContinuousOutputModel
          This class stores all information provided by an ODE integrator during the integration process and build a continuous model of the solution from this.
DerivativeException
          This exception is made available to users to report the error conditions that are trigegred while computing the differential equations.
DormandPrince54StepInterpolator
          This class represents an interpolator over the last step during an ODE integration for the 5(4) Dormand-Prince integrator.
DormandPrince853StepInterpolator
          This class represents an interpolator over the last step during an ODE integration for the 8(5,3) Dormand-Prince integrator.
DummyStepHandler
          This class is a step handler that do nothing.
DummyStepInterpolator
          This class is a step interpolator that does nothing.
EmbeddedRungeKuttaIntegrator
          This class implements the common part of all embedded Runge-Kutta integrators for Ordinary Differential Equations.
EulerStepInterpolator
          This class implements a linear interpolator for step.
FirstOrderDifferentialEquations
          This interface represents a first order differential equations set.
FirstOrderIntegrator
          This interface represents a first order integrator for differential equations.
FixedStepHandler
          This interface represents a handler that should be called after each successful fixed step.
GillStepInterpolator
          This class implements a step interpolator for the Gill fourth order Runge-Kutta integrator.
GraggBulirschStoerStepInterpolator
          This class implements an interpolator for the Gragg-Bulirsch-Stoer integrator.
HighamHall54StepInterpolator
          This class represents an interpolator over the last step during an ODE integration for the 5(4) Higham and Hall integrator.
IntegratorException
          This exception is made available to users to report the error conditions that are triggered during integration
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.
SecondOrderDifferentialEquations
          This interface represents a second order differential equations set.
StepHandler
          This interface represents a handler that should be called after each successful step.
StepInterpolator
          This interface represents an interpolator over the last step during an ODE integration.
SwitchingFunction
          This interface represents a switching function.
SwitchingFunctionsHandler
          This class handles several switching functions during integration.
SwitchState
          This class handles the state for one switching function during integration steps.
ThreeEighthesStepInterpolator
          This class implements a step interpolator for the 3/8 fourth order Runge-Kutta integrator.