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.
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.
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.
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.
IntegratorException
          This exception is made available to users to report the error conditions that are triggered during integration
RungeKuttaIntegrator
          This class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.
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.
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.